Skip to content

Commit

Permalink
github/workflows/release.yml - Specify PHP environment more clearly
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Feb 3, 2021
1 parent 7b0431b commit 5093d6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
## box.phar requires php72
php-version: '7.2'
tools: composer:v2

- name: Set env
run: |
echo RELEASE_VERSION=${GITHUB_REF:11} >> $GITHUB_ENV
Expand Down

0 comments on commit 5093d6f

Please sign in to comment.