We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b085f commit df40434Copy full SHA for df40434
1 file changed
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [ubuntu-latest, macos-latest, windows-latest]
20
- ruby: ['3.1', '3.2']
+ ruby: ['3.1', '3.2', '3.3', '3.4']
21
22
runs-on: ${{ matrix.os }}
23
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
0 commit comments