Add PHP 8.2 with allow fail
This commit is contained in:
parent
85fe696236
commit
0a8c97cf8a
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue