We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8492af commit f866f8bCopy full SHA for f866f8b
.github/workflows/test.yml
@@ -6,6 +6,7 @@ jobs:
6
name: Test (Ruby ${{ matrix.ruby }}, ${{ matrix.os }})
7
runs-on: ${{ matrix.os }}-latest
8
strategy:
9
+ fail-fast: false
10
matrix:
11
os: [ ubuntu ]
12
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
0 commit comments