Skip to content

Commit

Permalink
activate build in more recent GHCs
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Jan 29, 2025
1 parent 0e4ebd0 commit 4779ce5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
max-parallel: 6
matrix:
ghc:
- '9.12'
- '9.10'
- '9.8'
- '9.6'
- '9.4'
Expand Down
4 changes: 3 additions & 1 deletion hello.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ extra-source-files: .gitignore
, bin/bump-stack-yaml
, stack.yaml
, .github/workflows/build.yml
tested-with: GHC==9.8
tested-with: GHC==9.12
, GHC==9.10
, GHC==9.8
, GHC==9.6
, GHC==9.4
, GHC==9.2
Expand Down

0 comments on commit 4779ce5

Please sign in to comment.