diff options
| author | Albert Krewinkel <[email protected]> | 2023-01-12 22:17:45 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-01-12 22:21:39 +0100 |
| commit | 28fa37e554aaf795a2b61eb08ed8081f4576f547 (patch) | |
| tree | 4f50e0c6ddfa6600b4485d35f42bdf07ef219569 /.github/workflows/ci.yml | |
| parent | 42f5cb83eb0fa09ea307334e6c5d5a9a95f6b196 (diff) | |
CI: test with GHC 9.2.5 and 9.4.4
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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' |
