We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cdafc commit a29edb3Copy full SHA for a29edb3
appveyor.yml
@@ -5,8 +5,8 @@ build: off
5
matrix:
6
fast_finish: true
7
allow_failures:
8
- - ruby_version: "25-x64"
9
- - ruby_version: "26-x64"
+ - ruby_version: "25"
+ - ruby_version: "26"
10
- ruby_version: "27"
11
- ruby_version: "27-x64"
12
services:
@@ -38,5 +38,9 @@ environment:
38
CI_AZURE_PASS:
39
secure: cSQp8sk4urJYvq0utpsK+r7J+snJ2wpcdp8RdXJfB+w=
40
41
42
+ - ruby_version: "25-x64"
43
+ - ruby_version: "26-x64"
44
45
+ - ruby_version: "27-x64"
46
+ - ruby_version: "27"
0 commit comments