Update actions version and add GHC 9.4.4 to matrix

This commit is contained in:
Jonathan King 2023-02-05 20:01:16 +00:00
parent 9b19fb002d
commit 01ba3d5698

View File

@ -17,13 +17,14 @@ jobs:
matrix:
ghc:
- "8.10.7"
- "9.2.2"
- "9.2.5"
- "9.4.4"
steps:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
- uses: haskell/actions/setup@v1
- uses: haskell/actions/setup@v2
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}