Skip to content

Commit

Permalink
Add more GHC versions to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj committed Nov 17, 2023
1 parent cc5e945 commit ce92fcb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,24 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.2.2
- compiler: ghc-9.8.1
compilerKind: ghc
compilerVersion: 9.2.2
compilerVersion: 9.8.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.3
compilerKind: ghc
compilerVersion: 9.6.3
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.8
compilerKind: ghc
compilerVersion: 9.4.8
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.2.8
compilerKind: ghc
compilerVersion: 9.2.8
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.0.2
Expand Down
7 changes: 5 additions & 2 deletions enummapset.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ tested-with:
, GHC==8.8.4
, GHC==8.10.7
, GHC==9.0.2
, GHC==9.2.2
, GHC==9.2.8
, GHC==9.4.8
, GHC==9.6.3
, GHC==9.8.1
author: Michal Terepeta and others
maintainer: Mikolaj Konarski <[email protected]>
category: Data Structures
Expand Down Expand Up @@ -92,6 +95,6 @@ Test-suite intset-properties
test-framework,
test-framework-hunit,
test-framework-quickcheck2

if impl(ghc < 8.0)
build-depends: semigroups

0 comments on commit ce92fcb

Please sign in to comment.