Skip to content

Commit

Permalink
GH action: ghc 9.8 and haskell-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Dec 16, 2023
1 parent 1af052f commit 1680862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4', '8.2', '8.0']
ghc: ['9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4', '8.2', '8.0']
name: Haskell GHC ${{ matrix.ghc }}
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
- uses: actions/cache@v3
Expand Down

0 comments on commit 1680862

Please sign in to comment.