We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c9394 commit a3cb3b1Copy full SHA for a3cb3b1
.github/workflows/quicktest.yml
@@ -42,6 +42,9 @@ jobs:
42
os: 'windows-latest'
43
custom_ini: false
44
45
+ - php: '8.5'
46
+ os: 'windows-latest'
47
+
48
name: "QuickTest: PHP ${{ matrix.php }} (${{ matrix.os == 'windows-latest' && 'Win' || 'Linux ARM' }})"
49
50
steps:
@@ -70,7 +73,7 @@ jobs:
70
73
run: php "bin/phpcs" --config-set php_path php
71
74
72
75
- name: 'PHPUnit: run the full test suite'
- if: ${{ matrix.os != 'windows-latest' }}
76
+ if: ${{ matrix.os != 'windows-latest' && matrix.php != '8.5' }}
77
run: php "vendor/bin/phpunit" tests/AllTests.php --no-coverage
78
79
- name: 'PHPUnit: run tests which may have different outcomes on Windows'
0 commit comments