Skip to content

Commit

Permalink
CI: Add Ruby 3.1 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Jan 25, 2022
1 parent e0ac5ec commit 69e79a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ jobs:

strategy:
matrix:
ruby: ["3.0", "2.7", "2.6", "jruby-head"]
ruby:
- 3.1
- "3.0" # Needs quotes, otherwise stringified to "3"
- 2.7
- 2.6
- jruby-head

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 69e79a6

Please sign in to comment.