Skip to content

Commit

Permalink
CI: Drop support of GHC 8, add support GHC 9.4, 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
swamp-agr committed Jan 18, 2024
1 parent 7640813 commit ff848c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
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"]
cabal: ["3.6.2.0"]
ghc: ["8.10.7", "9.0.2", "9.4", "9.6"]
cabal: ["3.10.2.1"]
os: [ubuntu-latest, macOS-latest]
name: build and test (cabal)
steps:
Expand Down

0 comments on commit ff848c9

Please sign in to comment.