Skip to content

Commit a5864cc

Browse files
committed
Bump CI to GHC 9.4.4
1 parent 4b18ece commit a5864cc

5 files changed

Lines changed: 13 additions & 10 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.15.202211107
11+
# version: 0.15.20221225
1212
#
13-
# REGENDATA ("0.15.202211107",["github","hackage-cli.cabal"])
13+
# REGENDATA ("0.15.20221225",["github","hackage-cli.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -32,9 +32,9 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35-
- compiler: ghc-9.4.3
35+
- compiler: ghc-9.4.4
3636
compilerKind: ghc
37-
compilerVersion: 9.4.3
37+
compilerVersion: 9.4.4
3838
setup-method: ghcup
3939
allow-failure: false
4040
- compiler: ghc-9.2.5

.github/workflows/stack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
ghc-ver: [9.4.3, 9.2.5, 9.0.2, 8.10.7]
17+
ghc-ver: [9.4.4, 9.2.5, 9.0.2, 8.10.7]
1818
# On ubuntu-22.04 the old versions 8.8.4, 8.6.5, 8.4.4, 8.2.2 fail due to HsOpenSSL linking errors.
1919
# They used to work under ubuntu-20.04, but it is not work the trouble maintaining them.
2020
# Apparently, HsOpenSSL-0.11.6 and older are too old for ubuntu-22.04.
2121
include:
2222
- os: macos-latest
23-
ghc-ver: 9.4.3
23+
ghc-ver: 9.4.4
2424
- os: windows-latest
25-
ghc-ver: 9.2.4
25+
ghc-ver: 9.4.4
2626
env:
2727
ARGS: "--stack-yaml=stack-${{ matrix.ghc-ver }}.yaml --no-terminal --system-ghc"
2828

hackage-cli.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build-type: Simple
1818
-- Supported GHC versions when building with cabal:
1919
tested-with:
2020
-- Keep in descending order.
21-
GHC == 9.4.3
21+
GHC == 9.4.4
2222
GHC == 9.2.5
2323
GHC == 9.0.2
2424
GHC == 8.10.7
@@ -33,7 +33,7 @@ extra-source-files:
3333
fixtures/*.diff
3434
fixtures/*.cabal
3535
-- Supported GHC versions when building with stack:
36-
stack-9.4.3.yaml
36+
stack-9.4.4.yaml
3737
stack-9.2.5.yaml
3838
stack-9.2.4.yaml
3939
stack-9.0.2.yaml

stack-9.2.5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
resolver: lts-20.4
1+
resolver: lts-20.6
22
compiler: ghc-9.2.5
33
compiler-check: match-exact

stack-9.4.4.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resolver: nightly-2023-01-14
2+
compiler: ghc-9.4.4
3+
compiler-check: match-exact

0 commit comments

Comments
 (0)