Skip to content

Commit

Permalink
Add circleCI job for 8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukel97 committed Oct 18, 2019
1 parent c8977c5 commit 8ff9fda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ jobs:
- STACK_FILE: "stack-8.6.4.yaml"
<<: *defaults

ghc-8.8.1:
environment:
- STACK_FILE: "stack-8.8.1.yaml"
<<: *defaults

workflows:
version: 2
multiple-ghcs:
Expand All @@ -121,3 +126,4 @@ workflows:
- ghc-8.6.1
- ghc-8.6.3
- ghc-8.6.4
- ghc-8.8.1

0 comments on commit 8ff9fda

Please sign in to comment.