We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d85309 commit 3866f84Copy full SHA for 3866f84
1 file changed
.github/workflows/php.yml
@@ -153,6 +153,7 @@ jobs:
153
154
quality:
155
name: Quality control
156
+ needs: [unit-tests-linux]
157
runs-on: [ubuntu-latest]
158
159
steps:
@@ -206,7 +207,9 @@ jobs:
206
207
208
security:
209
name: Security checks
210
211
212
+
213
214
- name: Setup PHP, with composer and extensions
215
# https://github.com/shivammathur/setup-php
0 commit comments