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 c407c9c commit b667b83Copy full SHA for b667b83
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
os: [ ubuntu-20.04 ]
14
- ruby: [ 2.0.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 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, jruby-9.3, jruby-9.4 ]
15
gemfile: [ Gemfile, Gemfile.rack-1.x ]
16
exclude:
17
- ruby: 2.0.0
0 commit comments