Skip to content

Commit

Permalink
Add additional GHC versions to CI (GHC-8.2, GHC-8.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanbere committed Apr 25, 2020
1 parent f30a7e6 commit 33cf864
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ matrix:
env: STACK_YAML=stack-ghc-7.10.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
- os: linux
env: STACK_YAML=stack-ghc-8.0.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
- os: linux
env: STACK_YAML=stack-ghc-8.2.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
- os: linux
env: STACK_YAML=stack-ghc-8.4.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
# Current releases
- os: linux
env: STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
Expand Down
1 change: 1 addition & 0 deletions stack-ghc-8.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: lts-11.22
1 change: 1 addition & 0 deletions stack-ghc-8.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: lts-12.26

0 comments on commit 33cf864

Please sign in to comment.