Skip to content

Commit e9dea90

Browse files
wip
1 parent 1de24d2 commit e9dea90

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/haskell-ci.yml

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

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

2528
strategy:
2629
matrix:
27-
ghc-version: ["9.12", "9.10", "9.8", "9.6"]
30+
ghc-version: ["${{ env.latest_ghc }}", "9.10", "9.8", "9.6"]
2831
ref: ["${{ github.head_ref }}"]
2932
include:
30-
- ghc-version: "9.12"
33+
- ghc-version: ${{ env.latest_ghc }}
3134
ref: master
3235
fail-fast: false
3336

0 commit comments

Comments
 (0)