Skip to content

Commit c950e47

Browse files
committed
do not abort other builds if one fails
1 parent c764d91 commit c950e47

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
@@ -11,6 +11,7 @@ jobs:
1111
name: PHP ${{ matrix.php }} Latest with Symfony ${{ matrix.symfony-require }}
1212
runs-on: ubuntu-latest
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
php: ['7.3', '7.4', '8.0']
1617
symfony-require: ['*']

0 commit comments

Comments
 (0)