We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1367034 commit 7cfbe3eCopy full SHA for 7cfbe3e
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:
@@ -204,7 +205,9 @@ jobs:
204
205
206
security:
207
name: Security checks
208
209
210
+
211
212
- name: Setup PHP, with composer and extensions
213
# https://github.com/shivammathur/setup-php
0 commit comments