Skip to content

Commit

Permalink
Merge pull request #89 from TripShot/ci
Browse files Browse the repository at this point in the history
Remove older GHCs from CI
  • Loading branch information
cydparser authored Oct 14, 2023
2 parents a3d7572 + fa0c4af commit d50ec01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,26 +72,6 @@ jobs:
compilerVersion: 8.6.5
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.4.4
compilerKind: ghc
compilerVersion: 8.4.4
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.2.2
compilerKind: ghc
compilerVersion: 8.2.2
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.0.2
compilerKind: ghc
compilerVersion: 8.0.2
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-7.10.3
compilerKind: ghc
compilerVersion: 7.10.3
setup-method: hvr-ppa
allow-failure: false
fail-fast: false
steps:
- name: apt
Expand Down
7 changes: 0 additions & 7 deletions io-streams.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ Tested-With:
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
GHC == 7.10.3
-- GHC == 7.8.4
-- GHC == 7.6.3
-- GHC == 7.4.2

Bug-Reports: https://github.com/snapframework/io-streams/issues
Description:
Expand Down

0 comments on commit d50ec01

Please sign in to comment.