From fa9ea36ac52c17ac676c0f1b0eafcf3cacab3cce Mon Sep 17 00:00:00 2001 From: cydparser Date: Thu, 4 Jul 2024 00:45:42 -0700 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 6 +++--- snap-core.cabal | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f501960..35bf549 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,16 +29,16 @@ jobs: matrix: os: [ubuntu-latest] ghc: - - "8.8.4" - "8.10.7" - "9.0.2" - "9.2" - "9.4" - "9.6" - "9.8" + - "9.10" include: - - { os: macOS-latest, ghc: "9.8" } - - { os: windows-latest, ghc: "9.8" } + - { os: macOS-latest, ghc: "9.10" } + - { os: windows-latest, ghc: "9.10" } steps: - uses: actions/checkout@v4 diff --git a/snap-core.cabal b/snap-core.cabal index 2d8c8ce..3f73cb7 100644 --- a/snap-core.cabal +++ b/snap-core.cabal @@ -36,13 +36,13 @@ bug-reports: https://github.com/snapframework/snap-core/issues category: Web, Snap, IO-Streams tested-with: - GHC == 8.8.4 GHC == 8.10.7 GHC == 9.0.2 GHC == 9.2.8 GHC == 9.4.8 - GHC == 9.6.4 + GHC == 9.6.6 GHC == 9.8.2 + GHC == 9.10.1 extra-source-files: test/TestSuite.hs,