Skip to content

Commit

Permalink
Add nightly PHP 8.1 dev to github actions (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Baker authored Dec 21, 2020
1 parent e10c01d commit 8007872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- '7.3'
- '7.4'
- '8.0'
- '8.1'

name: PHP ${{ matrix.php-version }}

Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:

- name: Delete composer lock file
id: composer-lock
if: ${{ matrix.php-version == '8.0' }}
if: ${{ matrix.php-version == '8.0' || matrix.php-version == '8.1' }}
run: |
rm composer.lock
echo "::set-output name=flags::--ignore-platform-reqs"
Expand Down

0 comments on commit 8007872

Please sign in to comment.