Skip to content

Commit

Permalink
Merge pull request #26 from haskell-works/upgrade-to-ghc-8.6.5
Browse files Browse the repository at this point in the history
Upgrade to ghc-8.6.5
  • Loading branch information
newhoggy committed May 17, 2019
2 parents 6560e98 + b39ce23 commit fbd7711
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -21,8 +21,8 @@ workflows:
binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}

- haskell/build-with-binary-cache:
name: GHC 8.6.3
executor: haskell/ghc-8_6_3
name: GHC 8.6.5
executor: haskell/ghc-8_6_5
context: haskell-ci
binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}

Expand All @@ -32,7 +32,7 @@ workflows:
requires:
- GHC 8.2.2
- GHC 8.4.4
- GHC 8.6.3
- GHC 8.6.5
checkout: true
filters:
branches:
Expand Down

0 comments on commit fbd7711

Please sign in to comment.