Skip to content

Commit

Permalink
Merge pull request #675 from airbrake/ruby-testing
Browse files Browse the repository at this point in the history
.github/workflows/test: test against Ruby 3.1
  • Loading branch information
kyrylo authored Jan 10, 2022
2 parents 04efa04 + 1c2f322 commit f9b152e
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 f9b152e

Please sign in to comment.