From 7f30075ab7deeb75b2c414c41efa447988198995 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 26 Jun 2023 09:15:06 -0700 Subject: Add CI testing on ghc 9.6 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da9c97ee7..447b0f878 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,9 @@ jobs: - ghc: '9.4' cabal: 'latest' cabalopts: '' + - ghc: '9.6' + cabal: 'latest' + cabalopts: '' steps: - uses: actions/checkout@v3 -- cgit v1.2.3