From 9f7016c8b484cf16de0489985c85b84673223f5d Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Wed, 19 Jul 2023 14:00:46 +0200 Subject: [PATCH] CI: add GHC 9.6 to ubuntu matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34aacff0..2ebfdfb8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-22.04] - ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4'] + ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6'] include: - os: macOS-latest ghc: 'latest'