File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.19.20250104
11
+ # version: 0.19.20250330
12
12
#
13
- # REGENDATA ("0.19.20250104 ",["github","cabal.project"])
13
+ # REGENDATA ("0.19.20250330 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
23
23
jobs :
24
24
linux :
25
25
name : Haskell-CI - Linux - ${{ matrix.compiler }}
26
- runs-on : ubuntu-20 .04
26
+ runs-on : ubuntu-24 .04
27
27
timeout-minutes :
28
28
60
29
29
container :
32
32
strategy :
33
33
matrix :
34
34
include :
35
+ - compiler : ghc-9.12.1
36
+ compilerKind : ghc
37
+ compilerVersion : 9.12.1
38
+ setup-method : ghcup
39
+ allow-failure : false
35
40
- compiler : ghc-9.10.1
36
41
compilerKind : ghc
37
42
compilerVersion : 9.10.1
@@ -86,12 +91,12 @@ jobs:
86
91
- name : Install GHCup
87
92
run : |
88
93
mkdir -p "$HOME/.ghcup/bin"
89
- curl -sL https://downloads.haskell.org/ghcup/0.1.30.0 /x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
94
+ curl -sL https://downloads.haskell.org/ghcup/0.1.50.1 /x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
90
95
chmod a+x "$HOME/.ghcup/bin/ghcup"
91
96
- name : Install cabal-install
92
97
run : |
93
- "$HOME/.ghcup/bin/ghcup" install cabal 3.14.1.1 || (cat "$HOME"/.ghcup/logs/*.* && false)
94
- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1.1 -vnormal+nowrap" >> "$GITHUB_ENV"
98
+ "$HOME/.ghcup/bin/ghcup" install cabal 3.14.1.1-p1 || (cat "$HOME"/.ghcup/logs/*.* && false)
99
+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1.1-p1 -vnormal+nowrap" >> "$GITHUB_ENV"
95
100
- name : Install GHC (GHCup)
96
101
if : matrix.setup-method == 'ghcup'
97
102
run : |
You can’t perform that action at this time.
0 commit comments