Skip to content

Commit

Permalink
Test with GHC 8.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp authored and Tom Sydney Kerckhove committed Feb 18, 2021
1 parent 98eb999 commit 005dd36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
cabal: ["3.2"]
ghc: ["8.6.5", "8.8.3", "8.10.1"]
ghc: ["8.6.5", "8.8.4", "8.10.1"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
steps:
Expand Down
2 changes: 1 addition & 1 deletion path.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ copyright: 2015–2018 FP Complete
category: System, Filesystem
build-type: Simple
cabal-version: 1.18
tested-with: GHC==8.6.5, GHC==8.8.3, GHC==8.10.1
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.1
extra-source-files: README.md
, CHANGELOG
, src/Path/Include.hs
Expand Down

0 comments on commit 005dd36

Please sign in to comment.