|
8 | 8 | #
|
9 | 9 | # For more information, see https://github.com/haskell-CI/haskell-ci
|
10 | 10 | #
|
11 |
| -# version: 0.19.20241219 |
| 11 | +# version: 0.19.20241220 |
12 | 12 | #
|
13 |
| -# REGENDATA ("0.19.20241219",["github","cabal.project"]) |
| 13 | +# REGENDATA ("0.19.20241220",["github","cabal.project"]) |
14 | 14 | #
|
15 | 15 | name: Haskell-CI
|
16 | 16 | on:
|
|
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
|
@@ -269,11 +274,11 @@ jobs:
|
269 | 274 | if [ $((HCNUMVER < 90800)) -ne 0 ] ; then $CABAL v2-test $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='bytestring ^>=0.11' all ; fi
|
270 | 275 | - name: constraint set time-1.12
|
271 | 276 | run: |
|
272 |
| - if [ $((HCNUMVER >= 80800)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='time ^>=1.12' all --dry-run ; fi |
273 |
| - if [ $((HCNUMVER >= 80800)) -ne 0 ] ; then cabal-plan topo | sort ; fi |
274 |
| - if [ $((HCNUMVER >= 80800)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='time ^>=1.12' --dependencies-only -j2 all ; fi |
275 |
| - if [ $((HCNUMVER >= 80800)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='time ^>=1.12' all ; fi |
276 |
| - if [ $((HCNUMVER >= 80800)) -ne 0 ] ; then $CABAL v2-test $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='time ^>=1.12' all ; fi |
| 277 | + if [ $((HCNUMVER >= 80800 && HCNUMVER < 91200)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='time ^>=1.12' all --dry-run ; fi |
| 278 | + if [ $((HCNUMVER >= 80800 && HCNUMVER < 91200)) -ne 0 ] ; then cabal-plan topo | sort ; fi |
| 279 | + if [ $((HCNUMVER >= 80800 && HCNUMVER < 91200)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='time ^>=1.12' --dependencies-only -j2 all ; fi |
| 280 | + if [ $((HCNUMVER >= 80800 && HCNUMVER < 91200)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='time ^>=1.12' all ; fi |
| 281 | + if [ $((HCNUMVER >= 80800 && HCNUMVER < 91200)) -ne 0 ] ; then $CABAL v2-test $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='time ^>=1.12' all ; fi |
277 | 282 | - name: constraint set time-1.11
|
278 | 283 | run: |
|
279 | 284 | if [ $((HCNUMVER < 90400)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='time ^>=1.11' all --dry-run ; fi
|
|
0 commit comments