8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.19.20250115
11
+ # version: 0.19.20250605
12
12
#
13
- # REGENDATA ("0.19.20250115 ",["github","vector-algorithms.cabal"])
13
+ # REGENDATA ("0.19.20250605 ",["github","vector-algorithms.cabal"])
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,29 +32,29 @@ jobs:
32
32
strategy :
33
33
matrix :
34
34
include :
35
- - compiler : ghc-9.12.1
35
+ - compiler : ghc-9.12.2
36
36
compilerKind : ghc
37
- compilerVersion : 9.12.1
37
+ compilerVersion : 9.12.2
38
38
setup-method : ghcup
39
39
allow-failure : false
40
- - compiler : ghc-9.10.1
40
+ - compiler : ghc-9.10.2
41
41
compilerKind : ghc
42
- compilerVersion : 9.10.1
42
+ compilerVersion : 9.10.2
43
43
setup-method : ghcup
44
44
allow-failure : false
45
- - compiler : ghc-9.8.2
45
+ - compiler : ghc-9.8.4
46
46
compilerKind : ghc
47
- compilerVersion : 9.8.2
47
+ compilerVersion : 9.8.4
48
48
setup-method : ghcup
49
49
allow-failure : false
50
- - compiler : ghc-9.6.3
50
+ - compiler : ghc-9.6.7
51
51
compilerKind : ghc
52
- compilerVersion : 9.6.3
52
+ compilerVersion : 9.6.7
53
53
setup-method : ghcup
54
54
allow-failure : false
55
- - compiler : ghc-9.4.7
55
+ - compiler : ghc-9.4.8
56
56
compilerKind : ghc
57
- compilerVersion : 9.4.7
57
+ compilerVersion : 9.4.8
58
58
setup-method : ghcup
59
59
allow-failure : false
60
60
- compiler : ghc-9.2.8
@@ -101,12 +101,12 @@ jobs:
101
101
- name : Install GHCup
102
102
run : |
103
103
mkdir -p "$HOME/.ghcup/bin"
104
- curl -sL https://downloads.haskell.org/ghcup/0.1.30.0 /x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
104
+ curl -sL https://downloads.haskell.org/ghcup/0.1.50.1 /x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
105
105
chmod a+x "$HOME/.ghcup/bin/ghcup"
106
106
- name : Install cabal-install
107
107
run : |
108
- "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
109
- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
108
+ "$HOME/.ghcup/bin/ghcup" install cabal 3.14.2 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
109
+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
110
110
- name : Install GHC (GHCup)
111
111
if : matrix.setup-method == 'ghcup'
112
112
run : |
0 commit comments