Skip to content

Commit bc578c6

Browse files
committed
Merge remote-tracking branch 'petergoldstein/feature/add_ruby_3_2_to_ci' into petergoldstein-add_ruby_3_2_to_ci
2 parents e14c7de + 18bd4cc commit bc578c6

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)