Skip to content

Commit 0969560

Browse files
committed
appveyor: Update Ruby versions
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent c1f85b7 commit 0969560

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

appveyor.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,14 @@ test_script:
2020
# https://www.appveyor.com/docs/installed-software/#ruby
2121
environment:
2222
matrix:
23+
- ruby_version: "33-x64"
24+
- ruby_version: "33"
25+
- ruby_version: "32-x64"
26+
- ruby_version: "32"
2327
- ruby_version: "31-x64"
2428
- ruby_version: "31"
2529
- ruby_version: "30-x64"
2630
- ruby_version: "30"
27-
- ruby_version: "27-x64"
28-
- ruby_version: "27"
29-
- ruby_version: "26-x64"
30-
- ruby_version: "26"
31-
- ruby_version: "25-x64"
32-
- ruby_version: "25"
33-
- ruby_version: "24-x64"
34-
- ruby_version: "24"
3531

3632
for:
3733
-

0 commit comments

Comments
 (0)