Skip to content

Commit

Permalink
Update GHC versions in CI
Browse files Browse the repository at this point in the history
Drop CI for ghc-8.6.5, ghc-8.8.4, and ghc-9.4.3, add CI for ghc-9.4.4.
  • Loading branch information
pgujjula committed Dec 30, 2022
1 parent 66e9b45 commit 7f7973e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.4.3
- compiler: ghc-9.4.4
compilerKind: ghc
compilerVersion: 9.4.3
compilerVersion: 9.4.4
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.2.5
Expand All @@ -48,16 +48,6 @@ jobs:
compilerVersion: 8.10.7
setup-method: ghcup
allow-failure: false
- compiler: ghc-8.8.4
compilerKind: ghc
compilerVersion: 8.8.4
setup-method: ghcup
allow-failure: false
- compiler: ghc-8.6.5
compilerKind: ghc
compilerVersion: 8.6.5
setup-method: ghcup
allow-failure: false
fail-fast: false
steps:
- name: apt
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ category: Math, Number Theory
description: Please see the README on Github at
<https://github.com/pgujjula/primecount-haskell#readme>

tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.3
tested-with: GHC ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.4
extra-source-files:
- README.md
- ChangeLog.md
Expand Down
4 changes: 2 additions & 2 deletions primecount.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2

-- This file has been generated from package.yaml by hpack version 0.35.0.
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack

Expand All @@ -18,7 +18,7 @@ license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
tested-with:
GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.3
GHC ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.4
extra-source-files:
README.md
ChangeLog.md
Expand Down

0 comments on commit 7f7973e

Please sign in to comment.