Skip to content

Commit a723010

Browse files
authored
Do not test on PHP 8.1 yet
1 parent e472d22 commit a723010

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)