Skip to content

Commit 640c119

Browse files
committed
Update appveyor job definitions
1 parent b2c7a50 commit 640c119

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

appveyor.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ test_script:
1313

1414
environment:
1515
matrix:
16-
- ruby_version: "193"
1716
- ruby_version: "200"
1817
- ruby_version: "200-x64"
1918
- ruby_version: "21"
2019
- ruby_version: "21-x64"
2120
- ruby_version: "22"
2221
- ruby_version: "22-x64"
23-
24-
matrix:
25-
allow_failures:
26-
- ruby_version: "193"
22+
- ruby_version: "23"
23+
- ruby_version: "23-x64"
24+
- ruby_version: "24"
25+
- ruby_version: "24-x64"
26+
- ruby_version: "25"
27+
- ruby_version: "25-x64"

0 commit comments

Comments
 (0)