mirror of
https://github.com/HuwCampbell/grenade.git
synced 2024-11-22 06:55:13 +03:00
travis: Drop ghc 7.10.3 and use ghc 8.4.4
Since this project uses some of the new dependent types features of GHC keeping it working with multiple GHC versions is going to be difficult. Drop 7.10.3 because it has already stoppped working.
This commit is contained in:
parent
950be38afe
commit
1d930717a9
@ -2,10 +2,9 @@
|
|||||||
|
|
||||||
# The following enables several GHC versions to be tested; often it's enough to test only against the last release in a major GHC version. Feel free to omit lines listings versions you don't need/want testing for.
|
# The following enables several GHC versions to be tested; often it's enough to test only against the last release in a major GHC version. Feel free to omit lines listings versions you don't need/want testing for.
|
||||||
env:
|
env:
|
||||||
- CABALVER=1.22 GHCVER=7.10.3
|
|
||||||
- CABALVER=1.24 GHCVER=8.0.2
|
- CABALVER=1.24 GHCVER=8.0.2
|
||||||
- CABALVER=2.0 GHCVER=8.2.2
|
- CABALVER=2.0 GHCVER=8.2.2
|
||||||
- CABALVER=2.0 GHCVER=8.4.3
|
- CABALVER=2.0 GHCVER=8.4.4
|
||||||
|
|
||||||
# Note: the distinction between `before_install` and `install` is not important.
|
# Note: the distinction between `before_install` and `install` is not important.
|
||||||
before_install:
|
before_install:
|
||||||
|
Loading…
Reference in New Issue
Block a user