Skip to content

Commit

Permalink
Add a CI for GHC 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Nov 29, 2021
1 parent 3099b93 commit 602e233
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
fail-fast: false
matrix:
name:
- 9.2.1
- 9.0.1
- 8.10.7
- 8.10.7+stack
Expand All @@ -95,6 +96,12 @@ jobs:
- 8.2.2
- 8.0.2
include:
- name: 9.2.1
ghc-version: 9.2.1
command: cabal-v2
runner: ubuntu-latest
cabal-version: 3.6

- name: 9.0.1
ghc-version: 9.0.1
command: cabal-v2
Expand Down
1 change: 1 addition & 0 deletions unicode-transforms.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ tested-with: GHC==8.0.2
, GHC==8.8.4
, GHC==8.10.7
, GHC==9.0.1
, GHC==9.2.1
build-type: Simple
extra-source-files:
Changelog.md
Expand Down

0 comments on commit 602e233

Please sign in to comment.