Skip to content

Commit 57c653f

Browse files
committed
CI: Add ghc 9.12 to the build matrix
1 parent 98c7c6c commit 57c653f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
ghc: ["8.10.7", "9.6.6", "9.10.1"]
41+
ghc: ["8.10.7", "9.6.6", "9.10.1", "9.12"]
4242
variant: [default, no-thunks]
4343
test-set: [all, no-thunks-safe]
4444
exclude:

0 commit comments

Comments
 (0)