Skip to content

Commit abbdc2c

Browse files
committed
Add ruby3.2 to CI matrix
1 parent 53d1094 commit abbdc2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rspec_rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
bundler-version: latest
2727
- ruby-version: '3.1'
2828
bundler-version: latest
29+
- ruby-version: '3.2'
30+
bundler-version: latest
2931
steps:
3032
- uses: actions/checkout@v3
3133
- name: Set up Ruby

0 commit comments

Comments
 (0)