Skip to content

Commit 72f2e44

Browse files
committed
Remove Windows Server 1803 from AppVeyor
1 parent 28511e3 commit 72f2e44

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.appveyor.yml

-9
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,10 @@ environment:
55
matrix:
66
- version: 3.7
77
variant: windowsservercore-ltsc2016
8-
- os: windows
9-
dist: 1803-containers
10-
env: VERSION=3.7 VARIANT=windowsservercore-1803
118
- version: 3.6
129
variant: windowsservercore-ltsc2016
13-
- os: windows
14-
dist: 1803-containers
15-
env: VERSION=3.6 VARIANT=windowsservercore-1803
1610
- version: 2.7
1711
variant: windowsservercore-ltsc2016
18-
- os: windows
19-
dist: 1803-containers
20-
env: VERSION=2.7 VARIANT=windowsservercore-1803
2112

2213
install:
2314
- ps: |

update.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,7 @@ for version in "${versions[@]}"; do
198198
esac
199199

200200
case "$v" in
201-
windows/*-1803)
202-
appveyorEnv='\n - os: windows\n dist: 1803-containers\n env: VERSION='"$version VARIANT=$variant$appveyorEnv"
203-
;;
201+
windows/*-1803) ;; # TODO
204202
windows/*-1709|windows/*-1809) ;; # no AppVeyor support for 1709 or 1809 yet: https://github.com/appveyor/ci/issues/1885 and https://github.com/appveyor/ci/issues/2676
205203
windows/*)
206204
appveyorEnv='\n - version: '"$version"'\n variant: '"$variant$appveyorEnv"

0 commit comments

Comments
 (0)