Skip to content

Commit 8c1d7cf

Browse files
wip
1 parent e9dea90 commit 8c1d7cf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ on:
1414
schedule:
1515
- cron: 0 0 * * *
1616

17-
env:
18-
latest_ghc: "9.12"
19-
2017
concurrency:
2118
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2219
cancel-in-progress: true
@@ -27,10 +24,10 @@ jobs:
2724

2825
strategy:
2926
matrix:
30-
ghc-version: ["${{ env.latest_ghc }}", "9.10", "9.8", "9.6"]
27+
ghc-version: ["9.12", "9.10", "9.8", "9.6"]
3128
ref: ["${{ github.head_ref }}"]
3229
include:
33-
- ghc-version: ${{ env.latest_ghc }}
30+
- ghc-version: "9.12"
3431
ref: master
3532
fail-fast: false
3633

0 commit comments

Comments
 (0)