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 f46561d commit ccb0780Copy full SHA for ccb0780
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
fail-fast: false
32
matrix:
33
os: [ubuntu-latest]
34
- ruby: [ "2.0.0", 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 3.4, jruby-9.4 ]
+ ruby: [ "2.0.0", 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 3.4, jruby-9.4, jruby-10.0 ]
35
include:
36
- { os: ubuntu-22.04, ruby: "1.9.3" }
37
- { os: ubuntu-22.04, ruby: jruby-9.1 }
0 commit comments