Skip to content

Commit 1a3ea44

Browse files
authored
Add testing on ghc v9.12 (#10598)
Use `--allow-newer` since dependencies are not yet updated for latest base version.
1 parent 7cfee53 commit 1a3ea44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
cabal: 'latest'
7777
cabalopts: ''
7878
ghcopts: ''
79+
- ghc: '9.12'
80+
cabal: 'latest'
81+
cabalopts: '--allow-newer'
82+
ghcopts: ''
7983
steps:
8084
- uses: actions/checkout@v4
8185

0 commit comments

Comments
 (0)