Add nightly PHP 8.1 dev to github actions (#1763)

This commit is contained in:
Mark Baker 2020-12-21 17:16:19 +01:00 committed by GitHub
parent e10c01d32b
commit 8007872524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ jobs:
- '7.3' - '7.3'
- '7.4' - '7.4'
- '8.0' - '8.0'
- '8.1'
name: PHP ${{ matrix.php-version }} name: PHP ${{ matrix.php-version }}
@ -37,7 +38,7 @@ jobs:
- name: Delete composer lock file - name: Delete composer lock file
id: composer-lock id: composer-lock
if: ${{ matrix.php-version == '8.0' }} if: ${{ matrix.php-version == '8.0' || matrix.php-version == '8.1' }}
run: | run: |
rm composer.lock rm composer.lock
echo "::set-output name=flags::--ignore-platform-reqs" echo "::set-output name=flags::--ignore-platform-reqs"