3131 - " 9.8.4"
3232 - " 9.10.3"
3333 - " 9.12.2"
34+ - " 9.14.1"
3435 steps :
3536 - name : " checkout"
3637 uses : actions/checkout@v4
@@ -151,21 +152,21 @@ jobs:
151152 name : " ttc lower bounds: examples"
152153 run : cabal build ttc-examples $CABAL_OPTS
153154
154- - if : matrix.ghc == '9.12.2 '
155+ - if : matrix.ghc == '9.14.1 '
155156 name : " ttc upper bounds: setup environment"
156157 run : |
157158 cabal clean
158159 rm -rf ~/.cabal/store
159160 CABAL_OPTS="--project-file=cabal-ttc-bounds-upper.project"
160161 echo "CABAL_OPTS=${CABAL_OPTS}" | tee -a "${GITHUB_ENV}"
161162
162- - if : matrix.ghc == '9.12.2 '
163+ - if : matrix.ghc == '9.14.1 '
163164 name : " ttc upper bounds: configure build"
164165 run : |
165166 cabal configure $CABAL_OPTS --enable-tests --enable-benchmarks --disable-documentation
166167 cabal build ttc ttc-examples --dry-run $CABAL_OPTS
167168
168- - if : matrix.ghc == '9.12.2 '
169+ - if : matrix.ghc == '9.14.1 '
169170 name : " ttc upper bounds: restore cache"
170171 uses : actions/cache/restore@v4
171172 id : cache-ttc-bounds-upper
@@ -176,30 +177,30 @@ jobs:
176177 key : ${{ env.key }}-${{ hashFiles('**/plan.json') }}
177178 restore-keys : ${{ env.key }}-
178179
179- - if : ${{ matrix.ghc == '9.12.2 ' && !steps.cache-ttc-bounds-upper.outputs.cache-hit }}
180+ - if : ${{ matrix.ghc == '9.14.1 ' && !steps.cache-ttc-bounds-upper.outputs.cache-hit }}
180181 name : " ttc upper bounds: install dependencies"
181182 run : cabal build ttc ttc-examples $CABAL_OPTS --only-dependencies
182183
183- - if : ${{ matrix.ghc == '9.12.2 ' && !steps.cache-ttc-bounds-upper.outputs.cache-hit }}
184+ - if : ${{ matrix.ghc == '9.14.1 ' && !steps.cache-ttc-bounds-upper.outputs.cache-hit }}
184185 name : " ttc upper bounds: save cache"
185186 uses : actions/cache/save@v4
186187 with :
187188 path : ${{ steps.setup.outputs.cabal-store }}
188189 key : ${{ steps.cache-ttc-bounds-upper.outputs.cache-primary-key }}
189190
190- - if : matrix.ghc == '9.12.2 '
191+ - if : matrix.ghc == '9.14.1 '
191192 name : " ttc upper bounds: build"
192193 run : cabal build ttc $CABAL_OPTS
193194
194- - if : matrix.ghc == '9.12.2 '
195+ - if : matrix.ghc == '9.14.1 '
195196 name : " ttc upper bounds: test"
196197 run : cabal test ttc $CABAL_OPTS
197198
198- - if : matrix.ghc == '9.12.2 '
199+ - if : matrix.ghc == '9.14.1 '
199200 name : " ttc upper bounds: haddock"
200201 run : cabal haddock ttc $CABAL_OPTS
201202
202- - if : matrix.ghc == '9.12.2 '
203+ - if : matrix.ghc == '9.14.1 '
203204 name : " ttc upper bounds: examples"
204205 run : cabal build ttc-examples $CABAL_OPTS
205206
0 commit comments