Skip to content

Commit

Permalink
Be more explicit about tested GHC versions (#68)
Browse files Browse the repository at this point in the history
* 9.2.6

* 9.0.2

* 8.10.7

* 8.8.4

* 8.6.5
  • Loading branch information
snowleopard authored Feb 19, 2023
1 parent eba02fa commit 9396a55
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.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]
ghc: ['9.4.4', '9.2', '9.0', '8.10', '8.8', '8.6']
ghc: ['9.4.4', '9.2.6', '9.0.2', '8.10.7', '8.8.4', '8.6.5']
include:
- os: windows-latest
- os: macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion selective.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bug-reports: https://github.com/snowleopard/selective/issues
category: Control
build-type: Simple
cabal-version: 1.18
tested-with: GHC==9.4.4, GHC==9.2, GHC==9.0, GHC==8.10, GHC==8.8, GHC==8.6
tested-with: GHC==9.4.4, GHC==9.2.6, GHC==9.0.2, GHC==8.10.7, GHC==8.8.4, GHC==8.6.5
description: Selective applicative functors: declare your effects statically,
select which to execute dynamically.
.
Expand Down

0 comments on commit 9396a55

Please sign in to comment.