Skip to content

Commit

Permalink
Add Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Mar 7, 2023
1 parent 1e97935 commit 691a94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu]
ruby: [2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', head]
ruby: [2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", "3.1", head]
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 691a94b

Please sign in to comment.