update CI
parent
b62dafd3ef
commit
9e55b74532
|
@ -8,14 +8,14 @@ jobs:
|
|||
runs-on: ubuntu-16.04
|
||||
strategy:
|
||||
matrix:
|
||||
ghc: ["8.2.2", "8.4.4", "8.6.5", "8.8.3", "8.10.1"]
|
||||
ghc: ["8.2.2", "8.4.4", "8.6.5", "8.8.3", "8.10.1", "9.0.1"]
|
||||
cabal: ["latest"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
|
||||
|
||||
- uses: actions/setup-haskell@v1.1.2
|
||||
- uses: haskell/actions/setup@v1.1.8
|
||||
name: Setup Haskell
|
||||
with:
|
||||
ghc-version: ${{ matrix.ghc }}
|
||||
|
|
Loading…
Reference in New Issue