File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ composer require graphp/algorithms:^0.9@dev
2727See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
2828
2929This 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+.
3231It's * highly recommended to use PHP 7+* for this project.
3332
3433## Tests
You can’t perform that action at this time.
0 commit comments