Skip to content

Commit 5a10bf0

Browse files
committed
bug fix
1 parent 6f341d1 commit 5a10bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
run:
77
runs-on: ${{ matrix.operating-system }}
88
strategy:
9+
fail-fast: false
910
matrix:
10-
fail-fast: false
1111
operating-system: [ubuntu-18.04]
1212
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
1313
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

0 commit comments

Comments
 (0)