mirror of
https://github.com/i-am-tom/higgledy.git
synced 2024-11-22 11:15:42 +03:00
Update actions version and add GHC 9.4.4 to matrix
This commit is contained in:
parent
9b19fb002d
commit
01ba3d5698
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user