Skip to content

Commit

Permalink
Add newer GHC versions and LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Jun 22, 2024
1 parent 35ba86a commit 46739df
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ jobs:
- resolver: lts-20
ghc: 9.2.8
- resolver: lts-21
ghc: 9.4.5
ghc: 9.4.8
- resolver: lts-22
ghc: 9.6.5
- resolver: nightly # reports a problem with happy?!
ghc: 9.6.2
ghc: 9.8.2
exclude:
- resolver: lts-18
os: windows-latest # Too buggy, occasional ghc crashes
Expand Down Expand Up @@ -119,18 +121,30 @@ jobs:
fail-fast: false
matrix:
include:
- { cabal: "3.6", os: ubuntu-latest, ghc: "8.0.2" }
- { cabal: "3.6", os: ubuntu-latest, ghc: "8.2.2" }
- { cabal: "3.6", os: ubuntu-latest, ghc: "9.0.1" }
- { cabal: "3.6", os: ubuntu-latest, ghc: "9.2.1" }
- { cabal: "3.6", os: windows-latest, ghc: "8.0.2" }
- { cabal: "3.6", os: windows-latest, ghc: "8.2.2" }
- { cabal: "3.6", os: windows-latest, ghc: "9.0.1" }
- { cabal: "3.6", os: windows-latest, ghc: "9.2.1" }
- { cabal: "3.6", os: macOS-latest, ghc: "8.0.2" }
- { cabal: "3.6", os: macOS-latest, ghc: "8.2.2" }
- { cabal: "3.6", os: macOS-latest, ghc: "9.0.1" }
- { cabal: "3.6", os: macOS-latest, ghc: "9.2.1" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.0.2" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.2.2" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.0.2" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.2.8" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.4.8" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.5" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.8.2" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.10.1" }
- { cabal: "3.10", os: windows-latest, ghc: "8.0.2" }
- { cabal: "3.10", os: windows-latest, ghc: "8.2.2" }
- { cabal: "3.10", os: windows-latest, ghc: "9.0.2" }
- { cabal: "3.10", os: windows-latest, ghc: "9.2.8" }
- { cabal: "3.10", os: windows-latest, ghc: "9.4.8" }
- { cabal: "3.10", os: windows-latest, ghc: "9.6.5" }
- { cabal: "3.10", os: windows-latest, ghc: "9.8.2" }
- { cabal: "3.10", os: windows-latest, ghc: "9.10.1" }
- { cabal: "3.10", os: macOS-13, ghc: "8.0.2" }
- { cabal: "3.10", os: macOS-13, ghc: "8.2.2" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.0.2" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.2.8" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.4.8" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.6.5" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.8.2" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.10.1" }

env:
cache-version: v2 # bump up this version to invalidate currently stored cache
Expand Down

0 comments on commit 46739df

Please sign in to comment.