Skip to content

Commit

Permalink
.github/workflows/test: test against Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Jan 10, 2022
1 parent 04efa04 commit 1c2f322
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.5, 2.6, 2.7, '3.0', head, jruby, jruby-head]
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, head, jruby, jruby-head]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 1c2f322

Please sign in to comment.