From 42eab761ba28be0bd7abcacb99af0aaf48c54623 Mon Sep 17 00:00:00 2001 From: Melanie Phoenix Date: Sat, 17 Dec 2022 18:55:18 -0500 Subject: [PATCH 1/3] test with 9.2.5 and 9.4.3 --- deepseq.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deepseq.cabal b/deepseq.cabal index cb25bb8..432dde6 100644 --- a/deepseq.cabal +++ b/deepseq.cabal @@ -25,8 +25,9 @@ description: details. build-type: Simple -tested-with: - GHC==9.2.2, +tested-with: + GHC==9.4.3, + GHC==9.2.5, GHC==9.0.2, GHC==8.10.7, GHC==8.6.5, GHC==8.6.4, GHC==8.6.3, GHC==8.6.2, GHC==8.6.1, From a5eac21af6919da1894d4bcec241028e2a3e4adc Mon Sep 17 00:00:00 2001 From: Melanie Phoenix Date: Sat, 17 Dec 2022 19:04:00 -0500 Subject: [PATCH 2/3] test only latest subversions of old compiler versions --- deepseq.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deepseq.cabal b/deepseq.cabal index 432dde6..589fc23 100644 --- a/deepseq.cabal +++ b/deepseq.cabal @@ -30,8 +30,8 @@ tested-with: GHC==9.2.5, GHC==9.0.2, GHC==8.10.7, - GHC==8.6.5, GHC==8.6.4, GHC==8.6.3, GHC==8.6.2, GHC==8.6.1, - GHC==8.4.4, GHC==8.4.3, GHC==8.4.2, GHC==8.4.1, + GHC==8.6.5, + GHC==8.4.4, GHC==8.2.2, GHC==8.0.2 From 99820ae6031b1d00f99ba2537a51712cdfdb48ad Mon Sep 17 00:00:00 2001 From: Melanie Phoenix Date: Sat, 17 Dec 2022 19:04:34 -0500 Subject: [PATCH 3/3] update ci --- .github/workflows/ci.yml | 44 +++++++--------------------------------- 1 file changed, 7 insertions(+), 37 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cfd10a..75d433b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,14 @@ jobs: strategy: matrix: include: - - compiler: ghc-9.2.2 + - compiler: ghc-9.4.3 compilerKind: ghc - compilerVersion: 9.2.2 + compilerVersion: 9.4.3 + setup-method: ghcup + allow-failure: false + - compiler: ghc-9.2.5 + compilerKind: ghc + compilerVersion: 9.2.5 setup-method: ghcup allow-failure: false - compiler: ghc-9.0.2 @@ -48,46 +53,11 @@ jobs: compilerVersion: 8.6.5 setup-method: hvr-ppa allow-failure: false - - compiler: ghc-8.6.4 - compilerKind: ghc - compilerVersion: 8.6.4 - setup-method: hvr-ppa - allow-failure: false - - compiler: ghc-8.6.3 - compilerKind: ghc - compilerVersion: 8.6.3 - setup-method: hvr-ppa - allow-failure: false - - compiler: ghc-8.6.2 - compilerKind: ghc - compilerVersion: 8.6.2 - setup-method: hvr-ppa - allow-failure: false - - compiler: ghc-8.6.1 - compilerKind: ghc - compilerVersion: 8.6.1 - setup-method: hvr-ppa - allow-failure: false - compiler: ghc-8.4.4 compilerKind: ghc compilerVersion: 8.4.4 setup-method: hvr-ppa allow-failure: false - - compiler: ghc-8.4.3 - compilerKind: ghc - compilerVersion: 8.4.3 - setup-method: hvr-ppa - allow-failure: false - - compiler: ghc-8.4.2 - compilerKind: ghc - compilerVersion: 8.4.2 - setup-method: hvr-ppa - allow-failure: false - - compiler: ghc-8.4.1 - compilerKind: ghc - compilerVersion: 8.4.1 - setup-method: hvr-ppa - allow-failure: false - compiler: ghc-8.2.2 compilerKind: ghc compilerVersion: 8.2.2