Skip to content

Commit ea98b3e

Browse files
Add Ruby 3.2 to the CI matrix
1 parent 8e9fdb9 commit ea98b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
strategy:
3030
matrix:
31-
ruby-version: ['2.7', '3.0', '3.1']
31+
ruby-version: ['2.7', '3.0', '3.1', '3.2']
3232

3333
steps:
3434
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)