Skip to content

Commit 44c00ea

Browse files
committed
Drop legacy HHVM support due to lack of support and failing test suite
1 parent f874fe3 commit 44c00ea

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,3 @@ jobs:
4343
- run: composer require symfony/console:^3.0 --dry-run --working-dir=tests/install-as-dep
4444
if: ${{ matrix.php >= 5.5 && matrix.php < 8.0 }}
4545
- run: composer install --dry-run --working-dir=tests/install-as-dep
46-
47-
PHPUnit-hhvm:
48-
name: PHPUnit (HHVM)
49-
runs-on: ubuntu-18.04
50-
continue-on-error: true
51-
steps:
52-
- uses: actions/checkout@v2
53-
- uses: azjezz/setup-hhvm@v1
54-
with:
55-
version: lts-3.30
56-
- run: hhvm $(which composer) install
57-
- run: hhvm vendor/bin/phpunit
58-
- run: hhvm $(which composer) install --dry-run --working-dir=tests/install-as-dep

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ $ php graph-composer.phar export ~/path/to/your/project
7474
You can grab a copy of clue/graph-composer in either of the following ways.
7575

7676
This project aims to run on any platform and thus does not require any PHP
77-
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
78-
HHVM.
79-
It's *highly recommended to use PHP 7+* for this project.
77+
extensions and supports running on legacy PHP 5.3 through current PHP 8+.
78+
It's *highly recommended to use the latest supported PHP version* for this project.
8079
8180
The graph drawing feature is powered by the excellent [GraphViz](https://www.graphviz.org)
8281
software. This means you'll have to install GraphViz (`dot` executable).

0 commit comments

Comments
 (0)