Skip to content

Commit abe64a0

Browse files
konsumlammandrewthad
authored andcommitted
Allow GHC 9.14 and update CI
1 parent 519f96b commit abe64a0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest]
19-
ghc: ['8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10']
19+
ghc: ['8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10', '9.12']
2020
include:
2121
- os: windows-latest
2222
ghc: 'latest'

primitive.cabal

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ Tested-With:
2727
GHC == 9.0.2
2828
GHC == 9.2.8
2929
GHC == 9.4.8
30-
GHC == 9.6.6
31-
GHC == 9.8.2
32-
GHC == 9.10.1
30+
GHC == 9.6.7
31+
GHC == 9.8.4
32+
GHC == 9.10.3
33+
GHC == 9.12.2
34+
GHC == 9.14.1
3335

3436
Library
3537
Default-Language: Haskell2010

0 commit comments

Comments
 (0)