Skip to content

Commit

Permalink
Test with 9.10 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Nov 10, 2024
1 parent 715d361 commit 4dbc7aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.4.5', '9.6.1']
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.4.5', '9.6.1', '9.10.1']
os: ['ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}

Expand Down
3 changes: 2 additions & 1 deletion dependent-sum-template.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ tested-with: GHC == 8.4.4,
GHC == 9.2.5,
GHC == 9.4.5,
GHC == 9.6.1,
GHC == 9.8.2
GHC == 9.8.2,
GHC == 9.10.1

extra-source-files: ChangeLog.md
, ReadMe.md
Expand Down

0 comments on commit 4dbc7aa

Please # to comment.