Skip to content

Commit

Permalink
Add CI for GHC-9.6, 9.8, update GHC monor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Oct 29, 2023
1 parent c9fd188 commit 025776c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,28 @@ jobs:
strategy:
fail-fast: false
matrix:
name:
- 9.4.4
name: [head, 9.8.1, 9.6.3, 9.4.7, 9.2.8, 9.0.2, 8.10.7, 8.10.7+macOS, 8.8.4, 8.6.5]
cabal_version: ["3.8.1.0"]
include:
- name: head
ghc_version: head
runner: ubuntu-latest
build: cabal
cabal_project: cabal.project.ghc-head
- name: 9.4.4
ghc_version: 9.4.4
- name: 9.8.1
ghc_version: 9.8.1
build: cabal-v2
runner: ubuntu-latest
- name: 9.2.7
ghc_version: 9.2.7
- name: 9.6.3
ghc_version: 9.6.3
build: cabal-v2
runner: ubuntu-latest
- name: 9.4.7
ghc_version: 9.4.7
build: cabal-v2
runner: ubuntu-latest
- name: 9.2.8
ghc_version: 9.2.8
build: cabal-v2
runner: ubuntu-latest
- name: 9.0.2
Expand Down
2 changes: 1 addition & 1 deletion fusion-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ library
, containers >= 0.5.6.2 && < 0.7
, directory >= 1.2.2.0 && < 1.4
, filepath >= 1.4 && < 1.5
, ghc >= 7.10.3 && < 9.7
, ghc >= 7.10.3 && < 9.9
, syb >= 0.7 && < 0.8
, time >= 1.5 && < 1.14
, transformers >= 0.4 && < 0.7
Expand Down

0 comments on commit 025776c

Please sign in to comment.