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