Skip to content

Commit 2ee4542

Browse files
committed
Add PHP 8.2 to "must pass", and "nightly" to "allow fail"
1 parent 36c25b4 commit 2ee4542

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
- '7.4'
1212
- '8.0'
1313
- '8.1'
14+
- '8.2'
1415

1516
include:
16-
- php-version: '8.2'
17+
- php-version: 'nightly'
1718
experimental: true
1819

1920
name: PHP ${{ matrix.php-version }}
@@ -42,7 +43,7 @@ jobs:
4243

4344
- name: Delete composer lock file
4445
id: composer-lock
45-
if: ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' }}
46+
if: ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' || matrix.php-version == 'nightly' }}
4647
run: |
4748
rm composer.lock
4849
echo "::set-output name=flags::--ignore-platform-reqs"

0 commit comments

Comments
 (0)