Skip to content

Commit d7a42d8

Browse files
committedMay 25, 2023
3.2
1 parent af21daf commit d7a42d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
ruby: ['2.7', '3.0', '3.1']
12+
ruby: ['2.7', '3.0', '3.1', '3.2']
1313
name: ${{ matrix.ruby }} rake
1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.