Merge pull request #2890 from PHPOffice/PHP82-Experimental-in-CI-Pipeline

Add PHP 8.2 with allow fail
This commit is contained in:
Mark Baker 2022-06-15 15:18:47 +02:00 committed by GitHub
commit 11348a4830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,10 @@ jobs:
- '8.0' - '8.0'
- '8.1' - '8.1'
include:
- php-version: '8.2'
experimental: true
name: PHP ${{ matrix.php-version }} name: PHP ${{ matrix.php-version }}
steps: steps:
@ -39,7 +43,7 @@ jobs:
- name: Delete composer lock file - name: Delete composer lock file
id: composer-lock id: composer-lock
if: ${{ matrix.php-version == '8.1' }} if: ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' }}
run: | run: |
rm composer.lock rm composer.lock
echo "::set-output name=flags::--ignore-platform-reqs" echo "::set-output name=flags::--ignore-platform-reqs"