Skip to content

Commit

Permalink
ci: include coverage of ruby 3.1 and jruby 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jun 9, 2022
1 parent 18f2f2c commit 984b82e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "ruby-head"]
ruby: ["2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "ruby-head"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["jruby-9.2", "jruby-head"]
ruby: ["jruby-9.2", "jruby-9.3", "jruby-head"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 984b82e

Please sign in to comment.