diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index b26fd436..6d015d1e 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -28,11 +28,21 @@ jobs: strategy: matrix: include: - - compiler: ghc-9.6.0.20230128 + - compiler: ghc-9.10.1.20231001 compilerKind: ghc - compilerVersion: 9.6.0.20230128 + compilerVersion: 9.10.1.20231001 setup-method: ghcup allow-failure: true + - compiler: ghc-9.8.1 + compilerKind: ghc + compilerVersion: 9.8.1 + setup-method: ghcup + allow-failure: false + - compiler: ghc-9.6.3 + compilerKind: ghc + compilerVersion: 9.6.3 + setup-method: ghcup + allow-failure: false - compiler: ghc-9.4.4 compilerKind: ghc compilerVersion: 9.4.4