Skip to content

Commit b8f3b22

Browse files
committed
Fail fast if one version already fails
1 parent 97276af commit b8f3b22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ jobs:
99
name: PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }}
1010
runs-on: ubuntu-latest
1111
strategy:
12-
fail-fast: false
12+
fail-fast: true
1313
matrix:
14-
# php: [ '7.4', '8.0', '8.1', '8.2' ]
1514
php: ["8.2", "8.3", "8.4"]
16-
# wordpress: [ '5.9', '6.0', '6.3', '6.7', '6.8' ]
1715
wordpress: ["6.7", "6.8"]
1816
exclude:
1917
# Exclude older PHP versions with newer WordPress

0 commit comments

Comments
 (0)