Skip to content

Commit

Permalink
CI: Update the GHC & Cabal versions used
Browse files Browse the repository at this point in the history
  • Loading branch information
isomorpheme committed Jul 15, 2024
1 parent a3bb243 commit 7625e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.4"] # "9.4.2"
cabal: ["3.6.2.0"]
ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.4"]
cabal: ["3.10.2.1"]
os: [ubuntu-latest, macOS-latest]
name: build and test (cabal)
steps:
Expand Down

0 comments on commit 7625e58

Please sign in to comment.