Skip to content

Commit 5051d34

Browse files
Add Ruby 3.2 to the CI matrix
1 parent 7e796cc commit 5051d34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
88
strategy:
99
matrix:
10-
ruby: [ 2.7, '3.0', 3.1, head ]
10+
ruby: [ 2.7, '3.0', 3.1, 3.2, head ]
1111
os: [ ubuntu-latest, macos-latest, windows-latest ]
1212
exclude:
1313
- { os: windows-latest , ruby: head }

0 commit comments

Comments
 (0)