Skip to content

Commit

Permalink
Fix CI for ghc 8.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 13, 2025
1 parent 8fd2c22 commit ec03c47
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ jobs:
matrix:
versions:
- ghc: '8.10'
cabal: '3.0'
- ghc: '9.0'
cabal: '3.4'
- ghc: '9.2'
- ghc: '9.0'
cabal: '3.8'
- ghc: '9.2'
cabal: '3.10'
- ghc: '9.4'
cabal: '3.10'
- ghc: '9.6'
cabal: 'latest'
- ghc: '9.8'
cabal: 'latest'
steps:
- uses: actions/checkout@v1
- name: Install cabal/ghc
Expand Down

0 comments on commit ec03c47

Please sign in to comment.