Skip to content

Commit

Permalink
update GHC to 9.6 and cabal to 3.10 in CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
asakeron committed Aug 12, 2023
1 parent 6f52406 commit 4f1cf48
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ jobs:
strategy:
matrix:
ghc:
- 8.10
- "9.6"
cabal:
- 3.4
- "3.10"
steps:
- uses: actions/checkout@v2
- name: setup GHC
uses: haskell/actions/setup@v1
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
Expand Down

0 comments on commit 4f1cf48

Please sign in to comment.