Skip to content

Commit 5244b58

Browse files
authored
Merge pull request #148 from petergoldstein/feature/add_ruby_3_1
2 parents 6f84ed1 + 2f869ee commit 5244b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu, macos]
16-
ruby: [2.5, 2.6, 2.7, head, debug, truffleruby, truffleruby-head]
16+
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, head, debug, truffleruby, truffleruby-head]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Ruby

0 commit comments

Comments
 (0)