Skip to content

Commit

Permalink
Merge pull request #5610 from IntersectMBO/mgalazyn/chore/remove-ghc9…
Browse files Browse the repository at this point in the history
…2-from-ci

Remove GHC 9.2 from GHA
  • Loading branch information
carbolymer committed Jan 24, 2024
2 parents 671afa2 + dec206e commit 9dda75c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ jobs:
fail-fast: false
matrix:
# If you edit these versions, make sure the version in the lonely macos-latest job below is updated accordingly
ghc: ["9.2.8", "9.6.3"]
ghc: ["9.6.4"]
cabal: ["3.10.2.1"]
os: [windows-latest, ubuntu-latest]
include:
# Using include, to make sure there will only be one macOS job, even if the matrix gets expanded later on.
# We want a single job, because macOS runners are scarce.
- os: macos-latest
cabal: "3.10.2.1"
ghc: "9.6.3"
ghc: "9.6.4"

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2024-01-19"
CABAL_CACHE_VERSION: "2024-01-24"

concurrency:
group: >
Expand Down

0 comments on commit 9dda75c

Please sign in to comment.