We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1edebc0 commit 0f893b4Copy full SHA for 0f893b4
.github/workflows/ci.yml
@@ -19,11 +19,11 @@ jobs:
19
matrix:
20
include:
21
- os: "windows-latest"
22
- ghc-version: "9.2.1"
+ ghc-version: "9.2.4"
23
- os: "ubuntu-latest"
24
- ghc-version: "9.2.2"
25
- os: "macos-latest"
26
- ghc-version: "9.0.1"
27
28
runs-on: ${{ matrix.os }}
29
0 commit comments