Skip to content

Commit

Permalink
Update ghc/cabal-install versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok authored Jun 30, 2024
1 parent 6a91861 commit e0be174
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", "9.2.8", "9.4.8", "9.6.4", "9.8.1"]
cabal: ["3.10.2.0"]
ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.5", "9.8.2", "9.10.1"]
cabal: ["3.12.1.0"]
os: [ubuntu-latest, macOS-latest]
fail-fast: false
name: build and test (cabal)
Expand Down

0 comments on commit e0be174

Please sign in to comment.