Skip to content

Commit

Permalink
[Chore] Support ghc-9.6.3 explicitly
Browse files Browse the repository at this point in the history
Problem: we don't claim to support ghc-9.6.3, it's time to do so.

Solution: TODO
Also update the Cabal version in CI config while we are at it.
  • Loading branch information
gromakovsky committed Jan 5, 2024
1 parent 797e085 commit d18a2d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,27 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
cabal: ["3.8"]
cabal: ["3.10"]
# If you update this list of supported compiler versions,
# make sure to update the `tested-with` section of `universum.cabal`.
ghc:
- "8.10.7"
- "9.0.2"
- "9.2.8"
- "9.4.5"
- "9.6.3"
# Use only the latest compiler on non-Linux
exclude:
- os: macOS-latest
ghc: 9.4.5
- os: macOS-latest
ghc: 9.2.8
- os: macOS-latest
ghc: 9.0.2
- os: macOS-latest
ghc: 8.10.7
- os: windows-latest
ghc: 9.4.5
- os: windows-latest
ghc: 9.2.8
- os: windows-latest
Expand Down
1 change: 1 addition & 0 deletions universum.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ tested-with: GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.8
, GHC == 9.4.5
, GHC == 9.6.3
extra-doc-files: CHANGES.md
, CONTRIBUTING.md
, README.md
Expand Down

0 comments on commit d18a2d0

Please sign in to comment.