Skip to content

Commit

Permalink
CI: Update ghc and cabal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Nov 2, 2023
1 parent 83afdee commit 4315b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ghc: ['8.4.4', '8.6.5', '8.8.4', '9.0.1', '9.2.1', '9.6.1']
ghc: ['8.4.4', '8.6.5', '8.8.4', '9.0.1', '9.2.1', '9.6.3', '9.8.1']
os: ['ubuntu-latest', 'macos-latest']
steps:
- uses: actions/checkout@v2
- name: Setup Haskell
uses: haskell/actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: '3.0'
cabal-version: '3.10'

- name: Cache
uses: actions/cache@v1
Expand Down

0 comments on commit 4315b62

Please sign in to comment.