From ac75bcc6104544ac94076aafe066c4d84da0da3d Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Thu, 22 Jun 2023 18:16:18 -0700 Subject: [PATCH] Bump GHC versions in CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31abec9..2cf7fc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ jobs: ghc: - "8.10.7" - "9.0.2" - - "9.2.7" - - "9.4.4" + - "9.2.8" + - "9.4.5" name: Cabal GHC ${{ matrix.ghc }} steps: @@ -32,8 +32,8 @@ jobs: ghc: - "8.10.7" - "9.0.2" - - "9.2.7" - - "9.4.4" + - "9.2.8" + - "9.4.5" steps: - uses: actions/checkout@v3