From 8cfcfd718b57ad250346925e3c83a5eb4ae4eb88 Mon Sep 17 00:00:00 2001 From: Alex Biehl Date: Sun, 8 May 2022 09:41:46 +0200 Subject: [PATCH] Update matrix.yaml to use ghc-9.2.2 --- .github/workflows/matrix.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/matrix.yaml b/.github/workflows/matrix.yaml index 6ca975e..38ad2ec 100644 --- a/.github/workflows/matrix.yaml +++ b/.github/workflows/matrix.yaml @@ -10,15 +10,13 @@ jobs: matrix: versions: # MSHV: three major versions - - ghc: '8.6' + - ghc: '8.10.7' cabal: '3.4' - - ghc: '8.8' - cabal: '3.4' - - ghc: '8.10' + - ghc: '9.0.2' cabal: '3.4' # Latest - - ghc: '9.0' - cabal: '3.4' + - ghc: '9.2.2' + cabal: '3.6' steps: - uses: actions/checkout@v2