summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-10-16 22:02:47 -0700
committerGitHub <noreply@github.com>2022-10-16 22:02:47 -0700
commit0d7292ec734d49def118959d6a80588e7c0f7a39 (patch)
tree52bc922eb245c2c4df146ecd05571f7a2e53604f /.appveyor.yml
parent7cf37a57221c085aaf29e260060ea0e709af1e93 (diff)
downloadruby-0d7292ec734d49def118959d6a80588e7c0f7a39.tar.gz
Leave only the oldest Visual Studio in AppVeyor (#6561)
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 0d2c5b1607..9d3cb3f613 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -20,13 +20,11 @@ skip_commits:
environment:
ruby_version: "24-%Platform%"
matrix:
+ # Test only the oldest supported version because AppVeyor is unstable, its concurrency
+ # is limited, and compatibility issues that happen only in newer versions are rare.
+ # You may test some other stuff on GitHub Actions instead.
- build: vs
vs: 120
- ssl: OpenSSL
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- GEMS_FOR_TEST: ""
- - build: vs
- vs: 140
ssl: OpenSSL-v111
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GEMS_FOR_TEST: ""