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 @@ -25,8 +25,7 @@ $ composer require graphp/algorithms:^0.8.2
2525See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
2626
2727This 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+.
3029It's * highly recommended to use PHP 7+* for this project.
3130
3231## Tests
You can’t perform that action at this time.
0 commit comments