Skip to content

Commit

Permalink
Disable 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmiddend authored and picca committed Aug 1, 2024
1 parent 8c77ed2 commit 663af76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-on-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
ghc: ['9.6', '9.4', '9.2']
# 9.2 is broken with libfii7 and ubuntu, see
# https://discourse.haskell.org/t/building-a-haskell-project-with-github-workflows-fails-with-libffi-error-only-on-ghc-9-2/10031/3
ghc: ['9.6', '9.4']
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
Expand Down

0 comments on commit 663af76

Please sign in to comment.