File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,18 @@ jobs:
3232 with :
3333 repository : slevomat/coding-standard
3434 path : slevomat-cs
35- ref : 8.7.1
35+ ref : 710c256bf3f0f696ec8d4f9d2218321c3eb0f7d2
3636
3737 - name : " Install PHP"
3838 uses : " shivammathur/setup-php@v2"
3939 with :
4040 coverage : " none"
4141 php-version : " ${{ matrix.php-version }}"
4242
43+ - name : " Unset platform"
44+ working-directory : slevomat-cs
45+ run : " composer config --unset platform"
46+
4347 - name : " Install dependencies"
4448 working-directory : slevomat-cs
4549 run : " composer install --no-interaction --no-progress"
@@ -56,12 +60,14 @@ jobs:
5660
5761 - name : " Tests"
5862 working-directory : slevomat-cs
59- run : " bin/phpunit"
63+ run : " bin/phpunit --no-coverage "
6064
6165 - name : " PHPStan"
66+ if : matrix.php-version == '8.0' || matrix.php-version == '8.1' || matrix.php-version == '8.2'
6267 working-directory : slevomat-cs
6368 run : " bin/phpstan analyse -c build/PHPStan/phpstan.neon"
6469
6570 - name : " PHPStan in tests"
71+ if : matrix.php-version == '8.0' || matrix.php-version == '8.1' || matrix.php-version == '8.2'
6672 working-directory : slevomat-cs
6773 run : " bin/phpstan analyse -c build/PHPStan/phpstan.tests.neon"
You can’t perform that action at this time.
0 commit comments