Skip to content

Commit 6f341d1

Browse files
committed
fail fast disabled
1 parent b165999 commit 6f341d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/php-testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
runs-on: ${{ matrix.operating-system }}
88
strategy:
99
matrix:
10-
operating-system: [ubuntu-latest]
10+
fail-fast: false
11+
operating-system: [ubuntu-18.04]
1112
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
1213
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1314
steps:

0 commit comments

Comments
 (0)