Skip to content

Commit 321126d

Browse files
authored
Merge pull request #105 from kenhys/add-3.0
Enable Ruby 3.0 CI on windows
2 parents ab2d66a + 77917e0 commit 321126d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ '2.5', '2.6', '2.7' ]
11+
ruby: [ '2.5', '2.6', '2.7', '3.0' ]
1212
os:
1313
- windows-latest
1414
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

0 commit comments

Comments
 (0)