Skip to content

Commit

Permalink
CI: Temporarily reduce CI workload to windows and ghc-9.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Nov 5, 2023
1 parent 62b4187 commit 02ca132
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 70 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/bootstrap.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
GHC_FOR_RELEASE: ${{ format('["{0}"]', env.GHC_FOR_RELEASE) }}
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
ghc: ["9.6.3", "9.4.7", "9.2.7", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "8.4.4"]
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
# ghc: ["9.6.3", "9.4.7", "9.2.7", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "8.4.4"]
os: ["windows-latest"]
ghc: ["9.4.7"]
exclude:
# corrupts GHA cache or the fabric of reality itself, see https://github.com/haskell/cabal/issues/8356
- os: "windows-latest"
Expand Down

0 comments on commit 02ca132

Please sign in to comment.