Skip to content

Commit

Permalink
chore(ci): add ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach authored and jkowens committed Feb 2, 2022
1 parent 1559a20 commit 60e2219
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 @@ -15,7 +15,7 @@ jobs:
matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
# TODO: Add jruby if something like allow_failures will be implemented on Actions.
ruby: [2.6, 2.7, '3.0']
ruby: [2.6, 2.7, '3.0', 3.1]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 60e2219

Please sign in to comment.