We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5631d5c commit f711fddCopy full SHA for f711fdd
.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.3, 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 ]
35
include:
36
- { os: ubuntu-22.04, ruby: "1.9.3" }
37
- { os: ubuntu-22.04, ruby: jruby-9.1 }
0 commit comments