Skip to content

Commit

Permalink
Restrict CI to GHC >= 7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Oct 26, 2023
1 parent 38eb556 commit 314028c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,6 @@ jobs:
compilerVersion: 7.10.3
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-7.8.4
compilerKind: ghc
compilerVersion: 7.8.4
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-7.6.3
compilerKind: ghc
compilerVersion: 7.6.3
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-7.4.2
compilerKind: ghc
compilerVersion: 7.4.2
setup-method: hvr-ppa
allow-failure: false
fail-fast: false
steps:
- name: apt
Expand Down
4 changes: 1 addition & 3 deletions source/BNFC.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ tested-with:
GHC == 8.2.2
GHC == 8.0.2
GHC == 7.10.3
GHC == 7.8.4
GHC == 7.6.3
GHC == 7.4.2
-- Build failures with older GHCs

Source-repository head
type: git
Expand Down

0 comments on commit 314028c

Please sign in to comment.