Skip to content

Commit f79da84

Browse files
try later resolver
1 parent 0e02c23 commit f79da84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
os: [ubuntu-latest]
57-
resolver: [lts-22, lts-23, nightly]
57+
resolver: [lts-24, nightly]
5858
ghc-version: [latest, 9.12, "9.10", 9.8, 9.6]
5959
env:
6060
STACK_ARGS: '--resolver ${{ matrix.resolver }} --system-ghc'
@@ -93,7 +93,7 @@ jobs:
9393
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
9494
run: |
9595
set -ex
96-
if [ "${{ matrix.os }}.${{ matrix.resolver }}" == "Ubuntu-latest.lts-23" ] && [ -n "${COVERALLS_REPO_TOKEN}" ]; then
96+
if [ "${{ matrix.os }}.${{ matrix.resolver }}" == "Ubuntu-latest.lts-24" ] && [ -n "${COVERALLS_REPO_TOKEN}" ]; then
9797
stack $STACK_ARGS test --coverage
9898
stack $STACK_ARGS hpc report --all
9999
curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.7.0/shc-Linux-X64.tar.bz2 | tar xj shc

0 commit comments

Comments
 (0)