From 3f849ca9e94fb52556b0999834d168c39101acea Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Fri, 24 May 2024 08:58:27 +1000 Subject: [PATCH] CI: Update build matrix and include ghc-9.10 --- .github/workflows/haskell-ci.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index ea58ed7f..7a2ea771 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -28,14 +28,19 @@ jobs: strategy: matrix: include: - - compiler: ghc-9.8.0.20230809 + - compiler: ghc-9.10.1 compilerKind: ghc - compilerVersion: 9.8.0.20230809 + compilerVersion: 9.10.1 setup-method: ghcup allow-failure: true - - compiler: ghc-9.6.2 + - compiler: ghc-9.8.2 compilerKind: ghc - compilerVersion: 9.6.2 + compilerVersion: 9.8.2 + setup-method: ghcup + allow-failure: true + - compiler: ghc-9.6.5 + compilerKind: ghc + compilerVersion: 9.6.5 setup-method: ghcup allow-failure: false - compiler: ghc-9.4.6