Skip to content

Commit b6da2b9

Browse files
committed
CI: Use Ruby 3.0 on Windows
1 parent b2ce8b1 commit b6da2b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.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)