Skip to content

Commit 9504712

Browse files
committed
Drop legacy HHVM support due to lack of support and failing test suite
1 parent ef65a9e commit 9504712

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,3 @@ jobs:
3030
if: ${{ matrix.php >= 7.3 }}
3131
- run: vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
3232
if: ${{ matrix.php < 7.3 }}
33-
34-
PHPUnit-hhvm:
35-
name: PHPUnit (HHVM)
36-
runs-on: ubuntu-18.04
37-
steps:
38-
- uses: actions/checkout@v2
39-
- uses: azjezz/setup-hhvm@v1
40-
with:
41-
version: lts-3.30
42-
- run: hhvm $(which composer) install
43-
- run: hhvm vendor/bin/phpunit

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ $ composer require graphp/algorithms:^0.8.2
2525
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
2626

2727
This project aims to run on any platform and thus does not require any PHP
28-
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
29-
HHVM.
28+
extensions and supports running on legacy PHP 5.3 through current PHP 7+.
3029
It's *highly recommended to use PHP 7+* for this project.
3130

3231
## Tests

0 commit comments

Comments
 (0)