Skip to content

Commit 859935f

Browse files
committed
CI: use GHC 9.4.4
1 parent b2b197e commit 859935f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
matrix:
2020
include:
2121
- os: "windows-latest"
22-
ghc-version: "9.2.4"
22+
ghc-version: "9.4.4"
2323
- os: "ubuntu-latest"
24-
ghc-version: "9.2.4"
24+
ghc-version: "9.4.4"
2525
- os: "macos-latest"
2626
ghc-version: "9.0.1"
2727

0 commit comments

Comments
 (0)