Skip to content

Commit cfade16

Browse files
committed
Don’t fail-fast if other jobs fail.
1 parent caa886d commit cfade16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444

4545
# Defines the WordPress and PHP Versions matrix to run tests on.
4646
strategy:
47+
fail-fast: false
4748
matrix:
4849
wp-versions: [ 'latest' ] #[ 'latest', '6.1.1' ]
4950
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] #[ '7.4', '8.0', '8.1', '8.2' ]

0 commit comments

Comments
 (0)