Skip to content

Commit 4b84d9b

Browse files
committed
Test on PHP 8.2
1 parent c0c7a57 commit 4b84d9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- '7.4'
2222
- '8.0'
2323
- '8.1'
24+
- '8.2'
2425
include:
2526
- php-versions: '7.0'
2627
composer-flags: '--prefer-lowest'
@@ -61,15 +62,15 @@ jobs:
6162
- name: Upload coverage to Codecov
6263
uses: codecov/codecov-action@v1
6364
- name: Run mutation tests
64-
if: ${{ matrix.php-versions == 8.1 && matrix.operating-system == 'ubuntu-latest' }}
65+
if: ${{ matrix.php-versions == 8.2 && matrix.operating-system == 'ubuntu-latest' }}
6566
env:
6667
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
6768
run: |
6869
composer config --no-plugins allow-plugins.infection/extension-installer true
6970
composer req infection/infection -W
7071
vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=100 --min-msi=100 -s -j4
7172
- name: Run phpstan
72-
if: ${{ matrix.php-versions == 8.1 && matrix.operating-system == 'ubuntu-latest' }}
73+
if: ${{ matrix.php-versions == 8.2 && matrix.operating-system == 'ubuntu-latest' }}
7374
run: |
7475
composer req phpstan/phpstan
7576
vendor/bin/phpstan

0 commit comments

Comments
 (0)