Skip to content

Commit 6e84f60

Browse files
committed
bump GHC versions in all github workflows
1 parent 6abf3a3 commit 6e84f60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
cancel-in-progress: true
99

1010
env:
11-
ghc_version: "9.6.5"
11+
ghc_version: "9.8.4"
1212
stack_version: "2.15.1"
1313
hpack_version: '0.36'
1414

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- release
66

77
env:
8-
ghc_version: "9.6.5"
8+
ghc_version: "9.8.4"
99
stack_version: "2.15.1"
1010
hpack_version: '0.36'
1111

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
ghc_version: "9.6.5"
13+
ghc_version: "9.8.4"
1414
stack_version: "2.15.1"
1515
hpack_version: '0.36'
1616

0 commit comments

Comments
 (0)