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#
1515name : Haskell-CI
1616on :
1919jobs :
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 : |
0 commit comments