From 28fa37e554aaf795a2b61eb08ed8081f4576f547 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Thu, 12 Jan 2023 22:17:45 +0100 Subject: CI: test with GHC 9.2.5 and 9.4.4 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af405d7b8..f402ef745 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,16 +62,16 @@ jobs: cabal: 'latest' cabalopts: '' testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false' - - ghc: '9.2.3' + - ghc: '9.2.5' cabal: 'latest' cabalopts: '' testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false' - - ghc: '9.4.2' + - ghc: '9.4.4' cabal: 'latest' cabalopts: '' testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false' - - ghc: '9.4.2' + - ghc: '9.4.4' cabal: 'latest' cabalopts: '--allow-newer --constrain "mtl >= 2.3.1"' testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false' -- cgit v1.2.3