Skip to content

Commit 9cc68d8

Browse files
authored
Add Ruby 3.1 and 3.2 and remove Ruby 2.6 from Ruby test matrix
1 parent f26b77b commit 9cc68d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
ruby-version: [2.6, 2.7, '3.0']
42+
ruby-version: [2.7, '3.0', 3.1, 3.2]
4343

4444
steps:
4545
- uses: actions/checkout@master

0 commit comments

Comments
 (0)