We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fc1b7 commit ff1bec7Copy full SHA for ff1bec7
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
name: Ruby ${{ matrix.ruby }} / ${{ matrix.os }}
13
strategy:
14
+ fail-fast: false
15
matrix:
16
ruby: ["3.2", "3.3"]
17
os: ["ubuntu-24.04", "ubuntu-22.04"]
0 commit comments