Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Add 9.12, drop 9.2, enable sempahore if available.
  • Loading branch information
michaelpj committed Dec 31, 2024
1 parent 3eabc14 commit 94eb311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc-version: ['9.10', '9.8', '9.6', '9.4', '9.2']
ghc-version: ['9.12', '9.10', '9.8', '9.6', '9.4']
# Unlikely that we'll succeed on windows and fail on macos,
# including it is just burning CI time. But windows could have
# path or IO issues, so worth including
Expand Down
8 changes: 3 additions & 5 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index-state: 2024-12-23T14:00:00Z
index-state: 2024-12-31T00:00:00Z

packages:
./lsp
Expand All @@ -13,7 +13,5 @@ benchmarks: True
package lsp
flags: +demo

package lsp-types
-- This makes a big difference here as lsp-types
-- has very many independent modules
ghc-options: -j4
-- Useful if available
semaphore: true

0 comments on commit 94eb311

Please sign in to comment.