Skip to content

Commit bf94639

Browse files
authored
Merge pull request #287 from bubba/circleci-8.8.4
Add CI job for 8.8.4
2 parents 7b6efe8 + c8071d1 commit bf94639

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ jobs:
104104
- STACK_FILE: "stack-8.8.3.yaml"
105105
<<: *defaults
106106

107+
ghc-8.8.4:
108+
environment:
109+
- STACK_FILE: "stack-8.8.4.yaml"
110+
<<: *defaults
111+
107112
ghc-8.10.1:
108113
environment:
109114
- STACK_FILE: "stack-8.10.1.yaml"
@@ -161,6 +166,7 @@ workflows:
161166
- ghc-8.6.5
162167
- ghc-8.8.2
163168
- ghc-8.8.3
169+
- ghc-8.8.4
164170
- ghc-8.10.1
165171
# - ghc-nightly
166172
- cabal

0 commit comments

Comments
 (0)