Skip to content

Commit dfba4eb

Browse files
committed
Do not exclude Windows on PHP 8 anymore, PHPUnit 9.3 is released
1 parent 916d540 commit dfba4eb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ jobs:
143143
script:
144144
- "vendor/bin/phing tests"
145145
- "vendor/bin/phing tests-fast-static-reflection"
146-
exclude:
147-
- operating-system: windows-latest
148-
php-version: 8.0
149146

150147
steps:
151148
- name: "Checkout"
@@ -229,8 +226,6 @@ jobs:
229226
- "vendor/bin/phing phpstan"
230227
- "vendor/bin/phing phpstan-static-reflection"
231228
exclude:
232-
- operating-system: windows-latest
233-
php-version: 8.0
234229
- operating-system: windows-latest
235230
script: "vendor/bin/phing phpstan-static-reflection"
236231

0 commit comments

Comments
 (0)