Skip to content

Commit 89fc133

Browse files
committed
Drop legacy HHVM support due to lack of support and failing test suite
1 parent 8934190 commit 89fc133

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
@@ -27,8 +27,7 @@ composer require graphp/algorithms:^0.9@dev
2727
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
2828

2929
This project aims to run on any platform and thus does not require any PHP
30-
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
31-
HHVM.
30+
extensions and supports running on legacy PHP 5.3 through current PHP 7+.
3231
It's *highly recommended to use PHP 7+* for this project.
3332

3433
## Tests

0 commit comments

Comments
 (0)