Skip to content

Commit

Permalink
Switch off Windows CI for GHCs 8.2 and 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jan 17, 2025
1 parent 2ef445a commit c63c248
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@ jobs:
- '9.12'
- '9.10'
- '9.8'
- '9.6'
- '9.4'
# - '9.6'
# - '9.4'
# - '9.2'
# - '9.0'
# - '8.10'
# - '8.8'
# - '8.6'
# - '8.4'
- '8.4'
# hsc2hs fails on windows-2022 for GHCs 8.0 and 8.2
# https://github.com/haskell/hsc2hs/issues/81
# - '8.2'
- '8.0'
# - '8.0'
include:
- os: macos-latest
ghc: '9.12'
Expand Down

0 comments on commit c63c248

Please sign in to comment.