Skip to content

Commit

Permalink
move to ghc 9.4
Browse files Browse the repository at this point in the history
ghc 9.6 still doesn't work, but 9.4 is recommended now by ghcup, so let's
try with that.

Signed-off-by: Tycho Andersen <[email protected]>
  • Loading branch information
tych0 committed Apr 14, 2024
1 parent 675c562 commit 7206362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: "${{ matrix.python-version }}"
- uses: haskell-actions/setup@v2
with:
ghc-version: '9.2'
ghc-version: '9.4'
cabal-version: latest
- run: cabal update
- run: sudo apt install x11-apps python3-pytest python3-cffi flake8
Expand Down

0 comments on commit 7206362

Please sign in to comment.