Skip to content

Commit b42831b

Browse files
authored
Merge pull request #104 from dipth/patch-1
Add Ruby 3.2 to CI
2 parents 72e8b1f + 159363b commit b42831b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rspec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ruby: ['2.6', '2.7', '3.0', '3.1']
18+
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Set up Ruby

0 commit comments

Comments
 (0)