Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 9969d15

Browse files
committed
Add ghc-8.8.2 to azure ci
1 parent 33c5f8e commit 9969d15

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.azure/linux-stack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
matrix:
88
stack-def:
99
YAML_FILE: stack.yaml
10+
stack-8.8.2:
11+
YAML_FILE: stack-8.8.2.yaml
1012
stack-8.8.1:
1113
YAML_FILE: stack-8.8.1.yaml
1214
stack-8.6.5:

.azure/macos-stack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
matrix:
88
stack-def:
99
YAML_FILE: stack.yaml
10+
stack-8.8.2:
11+
YAML_FILE: stack-8.8.2.yaml
1012
stack-8.8.1:
1113
YAML_FILE: stack-8.8.1.yaml
1214
stack-8.6.5:

.azure/windows-stack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
matrix:
88
stack-def:
99
YAML_FILE: stack.yaml
10+
stack-8.8.2:
11+
YAML_FILE: stack-8.6.5.yaml
1012
stack-8.6.5:
1113
YAML_FILE: stack-8.6.5.yaml
1214
stack-8.6.4:

0 commit comments

Comments
 (0)