Skip to content

Commit

Permalink
Use Ruby 3.1 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta authored and hsbt committed Mar 19, 2022
1 parent 3a8d6df commit ef881d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
ruby: [ 'head', '3.0', '2.7', '2.6' ]
ruby: [ 'head', '3.1', '3.0', '2.7', '2.6' ]
os:
- windows-latest
- ubuntu-latest
Expand Down

0 comments on commit ef881d5

Please sign in to comment.