Skip to content

Commit 48ee06c

Browse files
committed
Update appveyor.yml
1 parent a2f53cc commit 48ee06c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

appveyor.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ environment:
88
global:
99
APPVEYOR_SAVE_CACHE_ON_ERROR: true
1010
CABOPTS: "--store-dir=c:/SR --http-transport=plain-http"
11-
# C_INCLUDE_PATH: "c:/msys64/mingw64/include"
12-
# LIBRARY_PATH: "c:/msys64/mingw64/lib;c:/msys64/mingw64/bin"
1311
matrix:
14-
- GHCVER: "8.0.2"
12+
- GHCVER: "8.8.2"
13+
- GHCVER: "8.6.5"
14+
- GHCVER: "8.4.4"
1515
- GHCVER: "8.2.2"
16-
- GHCVER: "8.4.3"
1716

1817
cache:
1918
- "c:/SR"
@@ -35,7 +34,6 @@ build_script:
3534

3635
test_script:
3736
- "cabal %CABOPTS% new-build -j1 -vnormal+nowrap all"
38-
#- "cabal %CABOPTS% new-test -j1 -vnormal+nowrap all"
3937

4038
after_test:
4139
- bash -c "cp -v $(find -name threadscope.exe) ./threadscope.exe"
@@ -50,4 +48,4 @@ deploy:
5048
release: $(appveyor_repo_tag_name)
5149
on:
5250
appveyor_repo_tag: true
53-
GHCVER: "8.4.3"
51+
GHCVER: "8.8.2"

0 commit comments

Comments
 (0)