Skip to content

Commit 33cf864

Browse files
committed
Add additional GHC versions to CI (GHC-8.2, GHC-8.4)
1 parent f30a7e6 commit 33cf864

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ matrix:
1313
env: STACK_YAML=stack-ghc-7.10.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
1414
- os: linux
1515
env: STACK_YAML=stack-ghc-8.0.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
16+
- os: linux
17+
env: STACK_YAML=stack-ghc-8.2.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
18+
- os: linux
19+
env: STACK_YAML=stack-ghc-8.4.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
1620
# Current releases
1721
- os: linux
1822
env: STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64

stack-ghc-8.2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
resolver: lts-11.22

stack-ghc-8.4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
resolver: lts-12.26

0 commit comments

Comments
 (0)