Skip to content

Commit 18bd4cc

Browse files
Add Ruby 3.2 to the CI matrix.
1 parent a81e575 commit 18bd4cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
ruby:
1818
- 2.6
1919
- 2.7
20-
- 3.0
20+
- "3.0"
2121
- 3.1
22+
- 3.2
2223
- jruby-9.3
2324
steps:
2425
- name: Checkout code

0 commit comments

Comments
 (0)