Skip to content

Commit d5583a1

Browse files
committed
CI: Use Ruby 3.0 on Windows
1 parent 796fc6b commit d5583a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/windows.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ jobs:
2121
os:
2222
- windows-latest
2323
ruby:
24-
- mswin
25-
- mingw
24+
- "3.0"
2625
- 2.7
2726
- 2.6
2827
- 2.5
2928
- 2.4
3029
- 2.3
30+
- mswin
31+
- mingw
3132

3233
steps:
3334
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)