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 010157d commit 7b729e5Copy full SHA for 7b729e5
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
continue-on-error: ${{ matrix.flaky }}
7
strategy:
8
matrix:
9
- ruby-version: ["3.0", "3.1", "3.2", "3.3", "jruby-9.4"]
+ ruby-version: ["3.0", "3.1", "3.2", "3.3", "3.4", "jruby-9.4"]
10
flaky: [false]
11
include:
12
- ruby-version: "ruby-head"
0 commit comments