Skip to content

Commit cc26805

Browse files
authored
Add Ruby 3.2 to matrix
1 parent 15f5da5 commit cc26805

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '2.7.0'
18-
- '3.0.0'
19-
- '3.1.0'
17+
- '2.7'
18+
- '3.0'
19+
- '3.1'
20+
- '3.2'
2021

2122
steps:
2223
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)