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.
2 parents ab2d66a + 77917e0 commit 321126dCopy full SHA for 321126d
.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