mirror of
https://github.com/simplex-chat/zip.git
synced 2026-06-03 09:17:33 +00:00
Test with GHC 9.2.8 and 9.6.2
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
cabal: ["3.10"]
|
||||
ghc: ["9.2.7", "9.4.4", "9.6.1"]
|
||||
ghc: ["9.2.8", "9.4.4", "9.6.2"]
|
||||
env:
|
||||
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
|
||||
steps:
|
||||
|
||||
@@ -5,7 +5,7 @@ license: BSD-3-Clause
|
||||
license-file: LICENSE.md
|
||||
maintainer: Mark Karpov <markkarpov92@gmail.com>
|
||||
author: Mark Karpov <markkarpov92@gmail.com>
|
||||
tested-with: ghc ==9.2.7 ghc ==9.4.4 ghc ==9.6.1
|
||||
tested-with: ghc ==9.2.8 ghc ==9.4.4 ghc ==9.6.2
|
||||
homepage: https://github.com/mrkkrp/zip
|
||||
bug-reports: https://github.com/mrkkrp/zip/issues
|
||||
synopsis: Operations on zip archives
|
||||
|
||||
Reference in New Issue
Block a user