We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916d540 commit dfba4ebCopy full SHA for dfba4eb
.github/workflows/build.yml
@@ -143,9 +143,6 @@ jobs:
143
script:
144
- "vendor/bin/phing tests"
145
- "vendor/bin/phing tests-fast-static-reflection"
146
- exclude:
147
- - operating-system: windows-latest
148
- php-version: 8.0
149
150
steps:
151
- name: "Checkout"
@@ -229,8 +226,6 @@ jobs:
229
226
- "vendor/bin/phing phpstan"
230
227
- "vendor/bin/phing phpstan-static-reflection"
231
228
exclude:
232
233
234
- operating-system: windows-latest
235
script: "vendor/bin/phing phpstan-static-reflection"
236
0 commit comments