Skip to content

Commit 602e233

Browse files
committed
Add a CI for GHC 9.2.1
1 parent 3099b93 commit 602e233

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/packcheck.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
fail-fast: false
8787
matrix:
8888
name:
89+
- 9.2.1
8990
- 9.0.1
9091
- 8.10.7
9192
- 8.10.7+stack
@@ -95,6 +96,12 @@ jobs:
9596
- 8.2.2
9697
- 8.0.2
9798
include:
99+
- name: 9.2.1
100+
ghc-version: 9.2.1
101+
command: cabal-v2
102+
runner: ubuntu-latest
103+
cabal-version: 3.6
104+
98105
- name: 9.0.1
99106
ghc-version: 9.0.1
100107
command: cabal-v2

unicode-transforms.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tested-with: GHC==8.0.2
2121
, GHC==8.8.4
2222
, GHC==8.10.7
2323
, GHC==9.0.1
24+
, GHC==9.2.1
2425
build-type: Simple
2526
extra-source-files:
2627
Changelog.md

0 commit comments

Comments
 (0)