Skip to content

Commit

Permalink
Update ghc versions package is tested against
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Mar 9, 2021
1 parent c970293 commit 2c979e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
resolver: [nightly, lts-16, lts-14, lts-12]
resolver: [nightly, lts-17, lts-16, lts-14, lts-12]
include:
- resolver: lts-12
ghc: 8.4.4
Expand All @@ -25,6 +25,8 @@ jobs:
stack-yaml: stack-coveralls.yaml
- resolver: lts-16
ghc: 8.8.4
- resolver: lts-17
ghc: 8.10.4

# Latest stable for MacOS: ghc-8.8.4
- resolver: lts-16
Expand Down
3 changes: 2 additions & 1 deletion Color/Color.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ tested-with: GHC == 8.4.3
, GHC == 8.6.3
, GHC == 8.6.4
, GHC == 8.6.5
, GHC == 8.8.3
, GHC == 8.8.4
, GHC == 8.10.4

library
hs-source-dirs: src
Expand Down

0 comments on commit 2c979e6

Please sign in to comment.