Skip to content

Commit 4cc771b

Browse files
committed
Regenerate CI
1 parent 6499ac9 commit 4cc771b

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 14 additions & 14 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.19.20250115
11+
# version: 0.19.20250605
1212
#
13-
# REGENDATA ("0.19.20250115",["github","--config=cabal.haskell-ci","cabal.project"])
13+
# REGENDATA ("0.19.20250605",["github","--config=cabal.haskell-ci","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
linux:
2121
name: Haskell-CI - Linux - ${{ matrix.compiler }}
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-24.04
2323
timeout-minutes:
2424
60
2525
container:
@@ -28,24 +28,24 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- compiler: ghc-9.12.1
31+
- compiler: ghc-9.12.2
3232
compilerKind: ghc
33-
compilerVersion: 9.12.1
33+
compilerVersion: 9.12.2
3434
setup-method: ghcup
3535
allow-failure: false
36-
- compiler: ghc-9.10.1
36+
- compiler: ghc-9.10.2
3737
compilerKind: ghc
38-
compilerVersion: 9.10.1
38+
compilerVersion: 9.10.2
3939
setup-method: ghcup
4040
allow-failure: false
41-
- compiler: ghc-9.8.2
41+
- compiler: ghc-9.8.4
4242
compilerKind: ghc
43-
compilerVersion: 9.8.2
43+
compilerVersion: 9.8.4
4444
setup-method: ghcup
4545
allow-failure: false
46-
- compiler: ghc-9.6.6
46+
- compiler: ghc-9.6.7
4747
compilerKind: ghc
48-
compilerVersion: 9.6.6
48+
compilerVersion: 9.6.7
4949
setup-method: ghcup
5050
allow-failure: false
5151
- compiler: ghc-9.4.8
@@ -102,12 +102,12 @@ jobs:
102102
- name: Install GHCup
103103
run: |
104104
mkdir -p "$HOME/.ghcup/bin"
105-
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
105+
curl -sL https://downloads.haskell.org/ghcup/0.1.50.1/x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
106106
chmod a+x "$HOME/.ghcup/bin/ghcup"
107107
- name: Install cabal-install
108108
run: |
109-
"$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
110-
echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
109+
"$HOME/.ghcup/bin/ghcup" install cabal 3.14.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
110+
echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2.0 -vnormal+nowrap" >> "$GITHUB_ENV"
111111
- name: Install GHC (GHCup)
112112
if: matrix.setup-method == 'ghcup'
113113
run: |

text-show.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ tested-with: GHC == 8.0.2
6161
, GHC == 9.0.2
6262
, GHC == 9.2.8
6363
, GHC == 9.4.8
64-
, GHC == 9.6.6
65-
, GHC == 9.8.2
66-
, GHC == 9.10.1
67-
, GHC == 9.12.1
64+
, GHC == 9.6.7
65+
, GHC == 9.8.4
66+
, GHC == 9.10.2
67+
, GHC == 9.12.2
6868
extra-source-files: CHANGELOG.md, README.md
6969
cabal-version: >=1.10
7070

0 commit comments

Comments
 (0)