Skip to content

Commit 65a3851

Browse files
committed
ci: Bump Hackage upload GHC version from 9.8 to 9.12
1 parent 06a49fa commit 65a3851

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/haskell-ci-hackage.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ set in GitHub repository secrets.
4040
jobs:
4141
linux:
4242
name: Haskell-CI - Linux - ${{ matrix.compiler }}
43-
@@ -33,6 +40,7 @@
44-
compilerVersion: 9.8.4
43+
@@ -40,6 +46,7 @@
44+
compilerVersion: 9.12.2
4545
setup-method: ghcup
4646
allow-failure: false
4747
+ upload: true
48-
- compiler: ghc-9.6.7
48+
- compiler: ghc-9.10.3
4949
compilerKind: ghc
50-
compilerVersion: 9.6.7
50+
compilerVersion: 9.10.3
5151
@@ -258,6 +265,10 @@
5252
- name: haddock
5353
run: |

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
compilerVersion: 9.12.2
4747
setup-method: ghcup
4848
allow-failure: false
49+
upload: true
4950
- compiler: ghc-9.10.3
5051
compilerKind: ghc
5152
compilerVersion: 9.10.3
@@ -56,7 +57,6 @@ jobs:
5657
compilerVersion: 9.8.4
5758
setup-method: ghcup
5859
allow-failure: false
59-
upload: true
6060
- compiler: ghc-9.6.7
6161
compilerKind: ghc
6262
compilerVersion: 9.6.7

0 commit comments

Comments
 (0)