We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2a847 commit 927f820Copy full SHA for 927f820
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: [ head, '3.0', '2.7' ]
+ ruby: [ head, '3.3', '3.2', '3.1', '3.0', '2.7' ]
11
os: [ ubuntu-latest, macos-latest ]
12
experimental: [false]
13
include:
0 commit comments