Skip to content

Commit 0a8c97c

Browse files
author
MarkBaker
committed
Add PHP 8.2 with allow fail
1 parent 85fe696 commit 0a8c97c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
- '8.0'
1414
- '8.1'
1515

16+
include:
17+
- php-version: '8.2'
18+
experimental: true
19+
1620
name: PHP ${{ matrix.php-version }}
1721

1822
steps:
@@ -39,7 +43,7 @@ jobs:
3943

4044
- name: Delete composer lock file
4145
id: composer-lock
42-
if: ${{ matrix.php-version == '8.1' }}
46+
if: ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' }}
4347
run: |
4448
rm composer.lock
4549
echo "::set-output name=flags::--ignore-platform-reqs"

0 commit comments

Comments
 (0)