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 d16b47f commit 45baea9Copy full SHA for 45baea9
.github/workflows/haskell-ci.yml
@@ -14,9 +14,6 @@ on:
14
schedule:
15
- cron: 0 0 * * *
16
17
-env:
18
- latest_ghc: "9.12"
19
-
20
concurrency:
21
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
22
cancel-in-progress: true
@@ -40,7 +37,7 @@ jobs:
40
37
runs-on: ubuntu-latest
41
38
42
39
env:
43
- coverage: ${{ github.event.pull_request && matrix.ghc_version == env.latest_ghc }}
+ coverage: ${{ github.event.pull_request && matrix.ghc_version == "9.12" }}
44
45
steps:
46
- uses: actions/checkout@v4
0 commit comments