Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ jobs:
# Reduce the number of jobs for cabal HEAD, macos is likely redundant
- cabal: 'head'
os: macOS-latest
# Make sure we test 3.16 series with recent GHC versions.
# In theory, we want to test with all GHC versions, but it is just
# too many jobs.
- cabal: '3.16.0.0'
ghc: '9.8.4'
- cabal: '3.16.0.0'
ghc: '9.6.7'

steps:
- uses: actions/checkout@v5
Expand Down
Loading