Skip to content

Commit

Permalink
Update GHC and Cabal versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jespercockx committed Sep 24, 2024
1 parent 148cbd2 commit 429a9e3
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 @@ -22,8 +22,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # macOS-latest, windows-latest
cabal: [3.8]
ghc: [8.8.4, 8.10.7, 9.2.5, 9.4.3, 9.6.3]
cabal: [3.10.3]
ghc: [9.4.8, 9.6.6, 9.8.2, 9.10.1]
steps:
- uses: actions/checkout@v3
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
Expand Down

0 comments on commit 429a9e3

Please sign in to comment.