File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 31
31
if : ${{ matrix.php >= 7.3 }}
32
32
- run : vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
33
33
if : ${{ matrix.php < 7.3 }}
34
-
35
- PHPUnit-hhvm :
36
- name : PHPUnit (HHVM)
37
- runs-on : ubuntu-18.04
38
- steps :
39
- - uses : actions/checkout@v2
40
- - uses : azjezz/setup-hhvm@v1
41
- with :
42
- version : lts-3.30
43
- - run : sudo apt-get -y install graphviz
44
- - run : composer self-update --2.2 # downgrade Composer for HHVM
45
- - run : hhvm $(which composer) install
46
- - run : hhvm vendor/bin/phpunit
Original file line number Diff line number Diff line change @@ -431,8 +431,7 @@ composer require graphp/graphviz:^1@dev
431
431
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
432
432
433
433
This project aims to run on any platform and thus does not require any PHP
434
- extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
435
- HHVM.
434
+ extensions and supports running on legacy PHP 5.3 through current PHP 7+.
436
435
It's * highly recommended to use PHP 7+* for this project.
437
436
438
437
The graph drawing feature is powered by the excellent [ GraphViz] ( https://www.graphviz.org )
You can’t perform that action at this time.
0 commit comments