Add PHP 8.2 with allow fail

This commit is contained in:
MarkBaker 2022-06-15 13:59:58 +02:00
parent 85fe696236
commit 0a8c97cf8a
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"