File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 4343 - run : composer require symfony/console:^3.0 --dry-run --working-dir=tests/install-as-dep
4444 if : ${{ matrix.php >= 5.5 && matrix.php < 8.0 }}
4545 - run : composer install --dry-run --working-dir=tests/install-as-dep
46-
47- PHPUnit-hhvm :
48- name : PHPUnit (HHVM)
49- runs-on : ubuntu-18.04
50- continue-on-error : true
51- steps :
52- - uses : actions/checkout@v2
53- - uses : azjezz/setup-hhvm@v1
54- with :
55- version : lts-3.30
56- - run : hhvm $(which composer) install
57- - run : hhvm vendor/bin/phpunit
58- - run : hhvm $(which composer) install --dry-run --working-dir=tests/install-as-dep
Original file line number Diff line number Diff line change @@ -74,9 +74,8 @@ $ php graph-composer.phar export ~/path/to/your/project
7474You can grab a copy of clue/graph-composer in either of the following ways.
7575
7676This project aims to run on any platform and thus does not require any PHP
77- extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
78- HHVM.
79- It' s *highly recommended to use PHP 7+* for this project.
77+ extensions and supports running on legacy PHP 5.3 through current PHP 8+.
78+ It' s *highly recommended to use the latest supported PHP version* for this project.
8079
8180The graph drawing feature is powered by the excellent [GraphViz](https://www.graphviz.org)
8281software. This means you' ll have to install GraphViz (` dot` executable).
You can’t perform that action at this time.
0 commit comments