Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bravit committed Dec 1, 2024
1 parent 7d09f4c commit 91e47fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['9.8.2', '9.6.3', '9.4.7']
ghc: ['9.10.1', '9.8.2', '9.6.6']
name: Haskell GHC ${{ matrix.ghc }}
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
~/.cabal
Expand Down

0 comments on commit 91e47fd

Please sign in to comment.