File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# language: haskell
22
3+ # Keep the list of tested GHC versions in sync with `tested-with` in `alex.cabal`.
34env :
5+ - GHCVER=8.8.2
6+ - GHCVER=8.6.5
47# - GHCVER=7.0.4
58 - GHCVER=7.4.2
69 - GHCVER=7.6.3
710 - GHCVER=7.8.4
811 - GHCVER=7.10.3
912 - GHCVER=8.0.2
1013 - GHCVER=8.2.2
11- - GHCVER=8.4.1
14+ - GHCVER=8.4.4
1215
1316before_install :
1417 - sudo add-apt-repository -y ppa:hvr/ghc
Original file line number Diff line number Diff line change @@ -21,6 +21,18 @@ description:
2121category : Development
2222build-type : Simple
2323
24+ -- Keep the contents of `tested-with` in sync with `env` in `.travis.yml`.
25+ tested-with :
26+ GHC == 7.4.2
27+ GHC == 7.6.3
28+ GHC == 7.8.4
29+ GHC == 7.10.3
30+ GHC == 8.0.2
31+ GHC == 8.2.2
32+ GHC == 8.4.4
33+ GHC == 8.6.5
34+ GHC == 8.8.2
35+
2436data-dir : data/
2537
2638data-files :
You can’t perform that action at this time.
0 commit comments