We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1aaa4 commit bbb8f31Copy full SHA for bbb8f31
.github/workflows/main.yml
@@ -10,6 +10,7 @@ jobs:
10
test:
11
runs-on: ubuntu-latest
12
strategy:
13
+ fail-fast: false
14
matrix:
15
ruby_version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
16
rails_version: ['5.0', '5.1', '5.2', '6.0', '6.1', '7.0']
0 commit comments