Skip to content

Commit b523390

Browse files
ashmarolintkme
authored andcommitted
Stop testing with Rubies older than 2.7 on Windows
1 parent 935a7a9 commit b523390

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

appveyor.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
version: "{build}"
22

3+
image: Visual Studio 2019
4+
35
clone_depth: 5
46

57
branches:
@@ -13,22 +15,22 @@ build: off
1315
environment:
1416
BUNDLE_WITHOUT: "benchmark:development"
1517
matrix:
16-
- RUBY_FOLDER_VER: "26"
18+
- RUBY_FOLDER_VER: "27"
1719
TZINFO_VERSION: "~> 1.2"
1820
TEST_SUITE: "test"
19-
- RUBY_FOLDER_VER: "26"
21+
- RUBY_FOLDER_VER: "27"
2022
TZINFO_VERSION: "~> 2.0"
2123
TEST_SUITE: "test"
22-
- RUBY_FOLDER_VER: "26"
24+
- RUBY_FOLDER_VER: "27"
2325
TEST_SUITE: "default-site"
24-
- RUBY_FOLDER_VER: "26"
26+
- RUBY_FOLDER_VER: "27"
2527
TEST_SUITE: "profile-docs"
26-
- RUBY_FOLDER_VER: "26"
28+
- RUBY_FOLDER_VER: "27"
2729
TEST_SUITE: "memprof"
28-
- RUBY_FOLDER_VER: "26"
30+
- RUBY_FOLDER_VER: "27"
2931
TZINFO_VERSION: "~> 1.2"
3032
TEST_SUITE: "cucumber"
31-
- RUBY_FOLDER_VER: "26"
33+
- RUBY_FOLDER_VER: "27"
3234
TZINFO_VERSION: "~> 2.0"
3335
TEST_SUITE: "cucumber"
3436

0 commit comments

Comments
 (0)