Skip to content

Commit bbb8f31

Browse files
committed
Disable fail-fast for GitHub CI
With the large range of supported versions it’s beneficial to see which ones exactly do fail and why to avoid whack-a-mole debugging scenarios.
1 parent 1c1aaa4 commit bbb8f31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
ruby_version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
1516
rails_version: ['5.0', '5.1', '5.2', '6.0', '6.1', '7.0']

0 commit comments

Comments
 (0)