Skip to content

Commit 6568dbf

Browse files
committed
CI: Add ghc 9.12 to the build matrix
1 parent caf1fb1 commit 6568dbf

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
ghc: ["8.10", "9.0", "9.2", "9.4", "9.6", "9.8", "9.10"]
16+
ghc: ["8.10", "9.0", "9.2", "9.4", "9.6", "9.8", "9.10", "9.12"]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: "Setup haskell"

0 commit comments

Comments
 (0)