Skip to content

Commit

Permalink
Remove redundant GHC-9.2.4 from build matrix. Enable GHC-9.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Feb 5, 2023
1 parent a714b95 commit 76b6d3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,8 @@ jobs:
# - { os: windows-latest, ghc: "8.0.2" } # OOM on tests
# - { os: windows-latest, ghc: "8.2.2" } # OOM on tests
# - { os: windows-latest, ghc: "9.0.1" } # OOM on tests
- { os: windows-latest, ghc: "9.2.4" }
- { os: windows-latest, ghc: "9.2.5" }
# - { os: windows-latest, ghc: "9.4.4" } # Linker errors
- { os: windows-latest, ghc: "9.4.4" } # Linker errors
- { os: macOS-latest, ghc: "8.0.2" }
- { os: macOS-latest, ghc: "8.2.2" }
- { os: macOS-latest, ghc: "9.0.2" }
Expand Down

0 comments on commit 76b6d3d

Please sign in to comment.