Skip to content

Commit d0e025c

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/workflows/ci.yml
1 parent b481bf2 commit d0e025c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,14 @@ jobs:
2525
- "3.4"
2626
- "3.3"
2727
- "3.2"
28+
- "jruby"
2829
rack:
2930
- "~> 2.0"
3031
- "~> 3.0"
3132
include:
3233
- ruby: "4.0"
3334
rack: "~> 2.0"
3435
coverage: "true"
35-
- ruby: "jruby"
36-
rack: "~> 2.0"
37-
optional: true
38-
- ruby: "jruby"
39-
rack: "~> 3.0"
40-
optional: true
4136
env:
4237
COVERAGE: ${{ matrix.coverage }}
4338
RACK_MATRIX_VALUE: ${{ matrix.rack || '' }}

0 commit comments

Comments
 (0)