update CI

main
Patrick Thomson 2021-04-07 18:29:22 -04:00
parent b62dafd3ef
commit 9e55b74532
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-16.04 runs-on: ubuntu-16.04
strategy: strategy:
matrix: 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"] cabal: ["latest"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master' 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 name: Setup Haskell
with: with:
ghc-version: ${{ matrix.ghc }} ghc-version: ${{ matrix.ghc }}