From 24e1792c543f14a8d557e7934bfe22b9ce31647d Mon Sep 17 00:00:00 2001 From: Kazuki Okamoto Date: Wed, 12 Jul 2023 02:09:30 +0900 Subject: [PATCH] upgrade tested compilers --- .github/workflows/main.yaml | 2 +- either-result.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0ac194c..24cc460 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - ghc: [8.6.5, 8.8.3, 8.10.1] + ghc: ['9.2.8', '9.4.4', '9.6.2'] test: [doctest, spec] runs-on: ubuntu-latest diff --git a/either-result.cabal b/either-result.cabal index 244147f..902fef8 100644 --- a/either-result.cabal +++ b/either-result.cabal @@ -13,7 +13,7 @@ maintainer: kazuki.okamoto@kakkun61.com copyright: 2020 Kazuki Okamoto (岡本和樹) category: Data build-type: Simple -tested-with: GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1 +tested-with: GHC == 9.2.8, GHC == 9.4.4, GHC == 9.6.2 extra-source-files: README.md, CHANGELOG.md