We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c1a67 commit 1d2c374Copy full SHA for 1d2c374
1 file changed
.github/workflows/php.yml
@@ -159,6 +159,7 @@ jobs:
159
160
quality:
161
name: Quality control
162
+ needs: [unit-tests-linux]
163
runs-on: [ubuntu-latest]
164
165
steps:
@@ -217,7 +218,9 @@ jobs:
217
218
219
security:
220
name: Security checks
221
222
223
+
224
225
- name: Setup PHP, with composer and extensions
226
# https://github.com/shivammathur/setup-php
0 commit comments