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","vector-algorithms.cabal"])
13+ # REGENDATA ("0.19.20250605 ",["github","vector-algorithms.cabal"])
1414#
1515name : Haskell-CI
1616on :
2323jobs :
2424 linux :
2525 name : Haskell-CI - Linux - ${{ matrix.compiler }}
26- runs-on : ubuntu-20 .04
26+ runs-on : ubuntu-24 .04
2727 timeout-minutes :
2828 60
2929 container :
@@ -32,29 +32,29 @@ jobs:
3232 strategy :
3333 matrix :
3434 include :
35- - compiler : ghc-9.12.1
35+ - compiler : ghc-9.12.2
3636 compilerKind : ghc
37- compilerVersion : 9.12.1
37+ compilerVersion : 9.12.2
3838 setup-method : ghcup
3939 allow-failure : false
40- - compiler : ghc-9.10.1
40+ - compiler : ghc-9.10.2
4141 compilerKind : ghc
42- compilerVersion : 9.10.1
42+ compilerVersion : 9.10.2
4343 setup-method : ghcup
4444 allow-failure : false
45- - compiler : ghc-9.8.2
45+ - compiler : ghc-9.8.4
4646 compilerKind : ghc
47- compilerVersion : 9.8.2
47+ compilerVersion : 9.8.4
4848 setup-method : ghcup
4949 allow-failure : false
50- - compiler : ghc-9.6.3
50+ - compiler : ghc-9.6.7
5151 compilerKind : ghc
52- compilerVersion : 9.6.3
52+ compilerVersion : 9.6.7
5353 setup-method : ghcup
5454 allow-failure : false
55- - compiler : ghc-9.4.7
55+ - compiler : ghc-9.4.8
5656 compilerKind : ghc
57- compilerVersion : 9.4.7
57+ compilerVersion : 9.4.8
5858 setup-method : ghcup
5959 allow-failure : false
6060 - compiler : ghc-9.2.8
@@ -101,12 +101,12 @@ jobs:
101101 - name : Install GHCup
102102 run : |
103103 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"
105105 chmod a+x "$HOME/.ghcup/bin/ghcup"
106106 - name : Install cabal-install
107107 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"
110110 - name : Install GHC (GHCup)
111111 if : matrix.setup-method == 'ghcup'
112112 run : |
0 commit comments