From 99bebc3e9706e60574eaaf7e1fb2adb427763f21 Mon Sep 17 00:00:00 2001 From: ygale Date: Sun, 31 Dec 2023 00:32:15 +0200 Subject: [PATCH] In ci.yml use haskell-actions, update GHC versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a2b07b..dce5d06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - ghc: ['latest', '9.0.1', '8.10.7', '8.8.4'] + ghc: ['latest', '9.6.3', '9.4.8', '9.2.8'] steps: - uses: actions/checkout@v4 - - uses: haskell/actions/setup@v2.4.7 + - uses: haskell-actions/setup@v2 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }}