Skip to content

Commit a3cb3b1

Browse files
committed
TEMP/TESTING
1 parent f1c9394 commit a3cb3b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/quicktest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
os: 'windows-latest'
4343
custom_ini: false
4444

45+
- php: '8.5'
46+
os: 'windows-latest'
47+
4548
name: "QuickTest: PHP ${{ matrix.php }} (${{ matrix.os == 'windows-latest' && 'Win' || 'Linux ARM' }})"
4649

4750
steps:
@@ -70,7 +73,7 @@ jobs:
7073
run: php "bin/phpcs" --config-set php_path php
7174

7275
- name: 'PHPUnit: run the full test suite'
73-
if: ${{ matrix.os != 'windows-latest' }}
76+
if: ${{ matrix.os != 'windows-latest' && matrix.php != '8.5' }}
7477
run: php "vendor/bin/phpunit" tests/AllTests.php --no-coverage
7578

7679
- name: 'PHPUnit: run tests which may have different outcomes on Windows'

0 commit comments

Comments
 (0)