Skip to content

Commit

Permalink
workflows: Drop testing for ghc-8.8
Browse files Browse the repository at this point in the history
Enable .cabal check / disable haddock test

Signed-off-by: hololeap <hololeap@users.noreply.github.com>
  • Loading branch information
hololeap committed Jul 22, 2023
1 parent 1d46505 commit c6a28ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/haskell.yml
Expand Up @@ -18,8 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest]
ghc-version:
[ "8.8"
, "8.10"
[ "8.10"
, "9.0"
, "9.2"
, "9.4"
Expand Down Expand Up @@ -71,8 +70,5 @@ jobs:
- name: Run tests
run: cabal test all --test-option=--color --test-show-details=streaming --jobs=1

# - name: Check cabal file
# run: cabal check

- name: Build documentation
run: cabal haddock all
- name: Check cabal file
run: cabal check
2 changes: 1 addition & 1 deletion haskell-updater.cabal
Expand Up @@ -32,7 +32,7 @@ extra-source-files:
man/haskell-updater.1
TODO

tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4
tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5

source-repository head
type: git
Expand Down

0 comments on commit c6a28ff

Please sign in to comment.