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
Temporarily delete a bunch of yaml files and reduce validate to
just windows and ghc-9.4.7.
  • Loading branch information
erikd committed Nov 7, 2023
1 parent 5214dd5 commit 2813161
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 280 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/bootstrap.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/format.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/lint.yml

This file was deleted.

94 changes: 0 additions & 94 deletions .github/workflows/quick-jobs.yml

This file was deleted.

79 changes: 0 additions & 79 deletions .github/workflows/users-guide.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 2813161

Please sign in to comment.