Skip to content

Commit cd0a890

Browse files
committed
Updated supported Rubies
1 parent e02269f commit cd0a890

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

appveyor.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ build: off
55
matrix:
66
fast_finish: true
77
allow_failures:
8-
- ruby_version: "25"
9-
- ruby_version: "26"
108
- ruby_version: "27"
119
- ruby_version: "27-x64"
10+
- ruby_version: "30"
11+
- ruby_version: "30-x64"
1212
services:
1313
- mssql2014
1414

@@ -38,9 +38,7 @@ environment:
3838
CI_AZURE_PASS:
3939
secure: cSQp8sk4urJYvq0utpsK+r7J+snJ2wpcdp8RdXJfB+w=
4040
matrix:
41-
- ruby_version: "25-x64"
42-
- ruby_version: "25"
43-
- ruby_version: "26-x64"
44-
- ruby_version: "26"
4541
- ruby_version: "27-x64"
4642
- ruby_version: "27"
43+
- ruby_version: "30-x64"
44+
- ruby_version: "30"

0 commit comments

Comments
 (0)