Skip to content

Commit

Permalink
remove GHC 7.10.3 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Mar 13, 2024
1 parent 77893ab commit 7a116d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ghc: ['7.10.3', '8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.8', '9.6.4']
ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.8', '9.6.4']
os: [ubuntu-latest]
include:
- ghc: '7.10.3'
resolver: 'lts-6.35'
flags: ''
- ghc: '8.0.2'
resolver: 'lts-9.21'
flags: ''
Expand Down
1 change: 0 additions & 1 deletion pseudo-boolean.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ extra-source-files:
test/samples/*.wbo
cabal-version: >=1.10
tested-with:
GHC ==7.10.3
GHC ==8.0.2
GHC ==8.2.2
GHC ==8.4.4
Expand Down

0 comments on commit 7a116d5

Please sign in to comment.