Skip to content

Commit

Permalink
Add CI for latest GHC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jan 15, 2022
1 parent 7120cdc commit 4631352
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ jobs:
name:
- 8.4.4
- 8.6.5
- 8.8.3

- 8.8.4
- 8.10.7
- 9.0.1
# - 9.2.1

include:

Expand All @@ -115,12 +117,33 @@ jobs:
cabal_version: 3.2
command: cabal-v2

- name: 8.8.3
ghc_version: 8.8.3
- name: 8.8.4
ghc_version: 8.8.4
runner: ubuntu-latest
cabal_version: 3.2
command: cabal-v2

- name: 8.10.7
ghc_version: 8.10.7
runner: ubuntu-latest
cabal_version: 3.2
command: cabal-v2

- name: 9.0.1
ghc_version: 9.0.1
runner: ubuntu-latest
cabal_version: 3.2
command: cabal-v2

# - name: 9.2.1
# ghc_version: 9.2.1
# runner: ubuntu-latest
# cabal_version: 3.6
# command: cabal-v2
# pack_options: >-
# DISABLE_TEST=y
# DISABLE_BENCH=y

# - name: hlint
# command: cabal-v2
# runner: ubuntu-latest
Expand Down

0 comments on commit 4631352

Please sign in to comment.