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 30
30
if : ${{ matrix.php >= 7.3 }}
31
31
- run : vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
32
32
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
27
27
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
28
28
29
29
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+.
32
31
It's * highly recommended to use PHP 7+* for this project.
33
32
34
33
## Tests
You can’t perform that action at this time.
0 commit comments