We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1051e8 commit 251132aCopy full SHA for 251132a
.github/workflows/php.yml
@@ -40,7 +40,7 @@ jobs:
40
unit-tests-linux:
41
name: "Unit tests, PHP ${{ matrix.php-versions }}, ${{ matrix.operating-system }}"
42
runs-on: ${{ matrix.operating-system }}
43
- needs: [linter, quality, security]
+ needs: [phplinter, linter]
44
strategy:
45
fail-fast: false
46
matrix:
@@ -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