Skip to content

Commit eca6b24

Browse files
committed
GH Actions: exclude PHP 5.4-Windows combi everywhere
This was in part already done in 663 and 677, but there was still one PHP 5.4-Windows build being run. This last one is now also excluded.
1 parent ea1a168 commit eca6b24

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ jobs:
9292
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
9393
custom_ini: [false]
9494

95+
exclude:
96+
# Installing on Windows with PHP 5.4 runs into all sorts of problems (which are not ours).
97+
- php: '5.4'
98+
os: 'windows-latest'
99+
95100
include:
96101
# Skip test runs on builds which are also run in the coverage job.
97102
# Note: the tests on PHP 7.2 will still be run as the coverage build uses custom_ini settings for that version.

0 commit comments

Comments
 (0)