We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6043c commit 773a19eCopy full SHA for 773a19e
1 file changed
.github/workflows/php.yml
@@ -152,6 +152,7 @@ jobs:
152
153
quality:
154
name: Quality control
155
+ needs: [unit-tests-linux]
156
runs-on: [ubuntu-latest]
157
158
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