Skip to content

Commit 24b1994

Browse files
authored
Merge pull request #65 from clue-labs/drop-hhvm
Drop legacy HHVM support due to lack of support and failing test suite
2 parents 8b43b45 + 668d8bd commit 24b1994

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,3 @@ jobs:
3131
if: ${{ matrix.php >= 7.3 }}
3232
- run: vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
3333
if: ${{ matrix.php < 7.3 }}
34-
35-
PHPUnit-hhvm:
36-
name: PHPUnit (HHVM)
37-
runs-on: ubuntu-18.04
38-
steps:
39-
- uses: actions/checkout@v2
40-
- uses: azjezz/setup-hhvm@v1
41-
with:
42-
version: lts-3.30
43-
- run: sudo apt-get -y install graphviz
44-
- run: composer self-update --2.2 # downgrade Composer for HHVM
45-
- run: hhvm $(which composer) install
46-
- run: hhvm vendor/bin/phpunit

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,7 @@ composer require graphp/graphviz:^1@dev
431431
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
432432

433433
This project aims to run on any platform and thus does not require any PHP
434-
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
435-
HHVM.
434+
extensions and supports running on legacy PHP 5.3 through current PHP 7+.
436435
It's *highly recommended to use PHP 7+* for this project.
437436

438437
The graph drawing feature is powered by the excellent [GraphViz](https://www.graphviz.org)

0 commit comments

Comments
 (0)