File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
3434 - ' 7.3'
3535 - ' 7.4'
3636 - ' 8.0'
37- include :
38- - php-version : ' 8.1'
39- flags : ' --ignore-platform-req=php'
40- PHP_CS_FIXER_IGNORE_ENV : 1
37+ # include:
38+ # - php-version: '8.1'
39+ # flags: '--ignore-platform-req=php'
40+ # PHP_CS_FIXER_IGNORE_ENV: 1
4141
4242 steps :
4343 - name : Checkout
@@ -86,16 +86,13 @@ jobs:
8686
8787 - name : Run PHP-CS-Fixer
8888 run : vendor/bin/php-cs-fixer fix --ansi --verbose --dry-run --using-cache=no
89- env :
90- PHP_CS_FIXER_IGNORE_ENV : ${{ matrix.PHP_CS_FIXER_IGNORE_ENV }}
9189
9290 - name : Run PHPStan Static Analysis Check
9391 if : matrix.php-version != '8.1'
9492 run : vendor/bin/phpstan analyse --ansi
9593
9694 - name : Run Nexus CS Config TestSuite
9795 run : vendor/bin/phpunit --colors=always
98- continue-on-error : ${{ matrix.php-version == '8.1' }}
9996 env :
10097 TACHYCARDIA_MONITOR_GA : enabled
10198
You can’t perform that action at this time.
0 commit comments