Skip to content

Commit 984b82e

Browse files
committed
ci: include coverage of ruby 3.1 and jruby 9.3
1 parent 18f2f2c commit 984b82e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
ruby: ["2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "ruby-head"]
23+
ruby: ["2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "ruby-head"]
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v2
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
ruby: ["jruby-9.2", "jruby-head"]
38+
ruby: ["jruby-9.2", "jruby-9.3", "jruby-head"]
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)