Skip to content

Commit 91e47fd

Browse files
committed
update github workflow
1 parent 7d09f4c commit 91e47fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
ghc: ['9.8.2', '9.6.3', '9.4.7']
12+
ghc: ['9.10.1', '9.8.2', '9.6.6']
1313
name: Haskell GHC ${{ matrix.ghc }}
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: haskell/actions/setup@v1
15+
- uses: actions/checkout@v4
16+
- uses: haskell-actions/setup@v2
1717
with:
1818
ghc-version: ${{ matrix.ghc }}
19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v4
2020
with:
2121
path: |
2222
~/.cabal

0 commit comments

Comments
 (0)