We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708deaa commit a4e03b6Copy full SHA for a4e03b6
1 file changed
.github/workflows/php.yml
@@ -157,6 +157,7 @@ jobs:
157
158
quality:
159
name: Quality control
160
+ needs: [unit-tests-linux]
161
runs-on: [ubuntu-latest]
162
163
steps:
@@ -211,7 +212,9 @@ jobs:
211
212
213
security:
214
name: Security checks
215
216
217
+
218
219
- name: Setup PHP, with composer and extensions
220
# https://github.com/shivammathur/setup-php
0 commit comments