We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8b753 commit 91bdbbcCopy full SHA for 91bdbbc
1 file changed
.github/workflows/tests.yml
@@ -21,6 +21,7 @@ jobs:
21
tests:
22
runs-on: ${{ matrix.os }}
23
strategy:
24
+ fail-fast: false
25
matrix:
26
os: [ "ubuntu-22.04", "macos-15-intel" ] # , windows-latest ]
27
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]
0 commit comments