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 cc689d6 commit ebe4541Copy full SHA for ebe4541
.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.4.2"
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
@@ -35,7 +35,7 @@ jobs:
35
id: setup-haskell
36
with:
37
ghc-version: ${{ matrix.ghc-version }}
38
- cabal-version: '3.6.2.0'
+ cabal-version: '3.8.1.0'
39
40
- name: Set PATH for cabal-installed executables
41
run: |
0 commit comments