From 7a116d5342a78e509e59a0a35db5f67bcd764e99 Mon Sep 17 00:00:00 2001 From: Masahiro Sakai Date: Wed, 13 Mar 2024 18:43:58 +0900 Subject: [PATCH] remove GHC 7.10.3 from build matrix --- .github/workflows/build.yaml | 5 +---- pseudo-boolean.cabal | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 99719e1..e263c42 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,12 +6,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - ghc: ['7.10.3', '8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.8', '9.6.4'] + ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.8', '9.6.4'] os: [ubuntu-latest] include: - - ghc: '7.10.3' - resolver: 'lts-6.35' - flags: '' - ghc: '8.0.2' resolver: 'lts-9.21' flags: '' diff --git a/pseudo-boolean.cabal b/pseudo-boolean.cabal index 964edc5..b0a9343 100644 --- a/pseudo-boolean.cabal +++ b/pseudo-boolean.cabal @@ -22,7 +22,6 @@ extra-source-files: test/samples/*.wbo cabal-version: >=1.10 tested-with: - GHC ==7.10.3 GHC ==8.0.2 GHC ==8.2.2 GHC ==8.4.4