Skip to content

Commit

Permalink
using GHC 8.10 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Oct 20, 2024
1 parent 7aba18a commit fd27164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'macOS-latest', 'windows-latest' ]
ghc: [ '8.4', '9.4', '9.6', '9.8' ]
ghc: [ '8.10', '9.4', '9.6', '9.8' ]
# Dependency hsc2hs does not build on Windows with GHC < 8.4
# so we test 8.4 as lowest.
# See https://github.com/haskell/hsc2hs/issues/81
Expand Down

0 comments on commit fd27164

Please sign in to comment.