Skip to content

Commit 2f869ee

Browse files
Add Ruby 3.0 and 3.1 to CI
1 parent 6f84ed1 commit 2f869ee

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)