File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments