diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-06-16 12:14:55 +0200 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-06-16 12:14:55 +0200 |
| commit | 0bd8a0e3d1fda091ad77c110d8006f540c69d0c1 (patch) | |
| tree | 7b288cd7a994dfc8494c3c3a180aef5c4fb08202 /.github | |
| parent | 2cc93c87c18a615152aa5dcb8f554e3f212d1099 (diff) | |
CI: test with latest GHC minor versions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c0630790..a12e1cf5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,12 +61,12 @@ jobs: prefix: '' cabalopts: '-ftrypandoc' testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false' - - ghc: '9.0.1' + - ghc: '9.0.2' cabal: '3.4' prefix: '' cabalopts: '' testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false' - - ghc: '9.2.2' + - ghc: '9.2.3' cabal: '3.6' prefix: '' cabalopts: '' |
