Leave only the oldest Visual Studio in AppVeyor (#6561)
This commit is contained in:
parent
7cf37a5722
commit
0d7292ec73
Notes:
git
2022-10-17 05:22:19 +00:00
Merged-By: k0kubun <takashikkbn@gmail.com>
@ -20,13 +20,11 @@ skip_commits:
|
|||||||
environment:
|
environment:
|
||||||
ruby_version: "24-%Platform%"
|
ruby_version: "24-%Platform%"
|
||||||
matrix:
|
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
|
- build: vs
|
||||||
vs: 120
|
vs: 120
|
||||||
ssl: OpenSSL
|
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
|
||||||
GEMS_FOR_TEST: ""
|
|
||||||
- build: vs
|
|
||||||
vs: 140
|
|
||||||
ssl: OpenSSL-v111
|
ssl: OpenSSL-v111
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
GEMS_FOR_TEST: ""
|
GEMS_FOR_TEST: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user