We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2d66a commit 77917e0Copy full SHA for 77917e0
.github/workflows/windows.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- ruby: [ '2.5', '2.6', '2.7' ]
+ ruby: [ '2.5', '2.6', '2.7', '3.0' ]
12
os:
13
- windows-latest
14
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
0 commit comments