diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 909d37f2..995933f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,14 +31,3 @@ jobs: if: ${{ matrix.php >= 7.3 }} - run: vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy if: ${{ matrix.php < 7.3 }} - - PHPUnit-hhvm: - name: PHPUnit (HHVM) - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@v2 - - uses: azjezz/setup-hhvm@v1 - with: - version: lts-3.30 - - run: hhvm $(which composer) install - - run: hhvm vendor/bin/phpunit diff --git a/README.md b/README.md index b4aaa1aa..d99b29f1 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,7 @@ $ composer require clue/graph:^0.9.3 See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades. This project aims to run on any platform and thus does not require any PHP -extensions and supports running on legacy PHP 5.3 through current PHP 8+ and -HHVM. +extensions and supports running on legacy PHP 5.3 through current PHP 8+. It's *highly recommended to use the latest supported PHP version* for this project. You may also want to install some of the [additional components](#components).