Skip to content

Commit e2f3054

Browse files
authored
CI: Update versions on Windows
1 parent 60c6656 commit e2f3054

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/windows.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
ruby:
24+
- "3.4"
25+
- "3.3"
26+
- "3.2"
27+
- "3.1"
2428
- "3.0"
25-
- 2.7
26-
- 2.6
29+
- "2.7"
2730
python:
2831
- 3.x
2932
python_architecture:
@@ -67,9 +70,9 @@ jobs:
6770
fail-fast: false
6871
matrix:
6972
ruby:
70-
- "3.0"
73+
- "3.4"
7174
python:
72-
- 3.8
75+
- 3.x
7376

7477
defaults:
7578
run:

0 commit comments

Comments
 (0)