Skip to content

Commit 0f893b4

Browse files
committed
CI: build with GHC 9.2.4
1 parent 1edebc0 commit 0f893b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

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

2828
runs-on: ${{ matrix.os }}
2929

0 commit comments

Comments
 (0)