8.10.1 support to CI

This commit is contained in:
sdiehl
2020-07-15 14:40:41 +01:00
parent 0a92513108
commit 22e2cecaee
3 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -8,12 +8,12 @@ on:
jobs:
build:
name: cabal ${{ matrix.ghc }}
name: cabal-${{ matrix.cabal}} ${{ matrix.ghc }}
runs-on: ubuntu-16.04
strategy:
matrix:
ghc: ["8.8.1", "8.6.5", "8.6.4", "8.6.3", "8.6.2", "8.4.4", "8.2.2", "8.0.2"]
cabal: ["3.0"]
ghc: ["8.10.1", "8.8.1", "8.6.5", "8.6.4", "8.6.3", "8.6.2", "8.4.4", "8.2.2", "8.0.2"]
cabal: ["3.0", "3.2"]
steps:
- uses: actions/checkout@v1
+1
View File
@@ -21,6 +21,7 @@ jobs:
- { build: stack, resolver: "lts-13" } # redundant because lts-14 checks ghc-8.6 already
- { build: stack, resolver: "lts-14" } # ghc-8.6.5
- { build: stack, resolver: "lts-15" } # ghc-8.8.2
- { build: stack, resolver: "lts-16" } # ghc-8.10.1
- { build: stack, resolver: "nightly" }
# - { build: stack, resolver: "" }
# use this to include any dependencies from OS package managers
+1
View File
@@ -63,6 +63,7 @@ Stack LTS:
* lts-13.x
* lts-14.x
* lts-15.x
* lts-16.x
Usage
-----