File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88#
99# For more information, see https://github.com/haskell-CI/haskell-ci
1010#
11- # version: 0.19.20250821
11+ # version: 0.19.20250916
1212#
13- # REGENDATA ("0.19.20250821 ",["github","cabal.project"])
13+ # REGENDATA ("0.19.20250916 ",["github","cabal.project"])
1414#
1515name : Haskell-CI
1616on :
@@ -32,19 +32,19 @@ jobs:
3232 strategy :
3333 matrix :
3434 include :
35- - compiler : ghc-9.14.0.20250819
35+ - compiler : ghc-9.14.0.20250908
3636 compilerKind : ghc
37- compilerVersion : 9.14.0.20250819
37+ compilerVersion : 9.14.0.20250908
3838 setup-method : ghcup-prerelease
3939 allow-failure : false
4040 - compiler : ghc-9.12.2
4141 compilerKind : ghc
4242 compilerVersion : 9.12.2
4343 setup-method : ghcup
4444 allow-failure : false
45- - compiler : ghc-9.10.2
45+ - compiler : ghc-9.10.3
4646 compilerKind : ghc
47- compilerVersion : 9.10.2
47+ compilerVersion : 9.10.3
4848 setup-method : ghcup
4949 allow-failure : false
5050 - compiler : ghc-9.8.3
@@ -181,7 +181,7 @@ jobs:
181181 chmod a+x $HOME/.cabal/bin/cabal-plan
182182 cabal-plan --version
183183 - name : checkout
184- uses : actions/checkout@v4
184+ uses : actions/checkout@v5
185185 with :
186186 path : source
187187 - name : initial cabal.project for sdist
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ stability: Provisional
3232category : Data
3333build-type : Simple
3434tested-with :
35- GHC == 9.6.5 || == 9.8.2 || == 9.8.3 || == 9.10.2 || == 9.12.2 || == 9.14.1
35+ GHC == 9.6.5 || == 9.8.2 || == 9.8.3 || == 9.10.3 || == 9.12.2 || == 9.14.1
3636
3737extra-source-files :
3838 CHANGES.md
You can’t perform that action at this time.
0 commit comments