Skip to content

Commit 0db99fa

Browse files
committed
Bump GHC 9.6.6 for workflows
1 parent 1e21eef commit 0db99fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bootstrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest]
33-
ghc: ["9.0.2", "9.2.8", "9.4.8", "9.6.4", "9.8.2"]
33+
ghc: ["9.0.2", "9.2.8", "9.4.8", "9.6.6", "9.8.2"]
3434
include:
3535
- os: macos-latest
3636
ghc: "9.2.8"

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
[
7272
"9.10.1",
7373
"9.8.2",
74-
"9.6.4",
74+
"9.6.6",
7575
"9.4.8",
7676
"9.2.8",
7777
"9.0.2",

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ bootstrap-json-%: phony
226226
cd bootstrap && cabal run -v0 cabal-bootstrap-gen -- linux-$*.plan.json \
227227
| python3 -m json.tool > linux-$*.json
228228

229-
BOOTSTRAP_GHC_VERSIONS := 9.0.2 9.2.8 9.4.8 9.6.4 9.8.2
229+
BOOTSTRAP_GHC_VERSIONS := 9.0.2 9.2.8 9.4.8 9.6.6 9.8.2
230230

231231
.PHONY: bootstrap-jsons
232232
bootstrap-jsons: $(BOOTSTRAP_GHC_VERSIONS:%=bootstrap-json-%)

0 commit comments

Comments
 (0)