We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e796cc + 5051d34 commit 113076bCopy full SHA for 113076b
1 file changed
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
8
strategy:
9
matrix:
10
- ruby: [ 2.7, '3.0', 3.1, head ]
+ ruby: [ 2.7, '3.0', 3.1, 3.2, head ]
11
os: [ ubuntu-latest, macos-latest, windows-latest ]
12
exclude:
13
- { os: windows-latest , ruby: head }
0 commit comments