Skip to content

Commit

Permalink
Start testing on Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans authored and ioquatix committed Jan 25, 2022
1 parent 2cc96fc commit ee76ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', jruby, truffleruby-head]
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby, truffleruby-head]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ee76ddf

Please sign in to comment.