diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2af301..5ba2f71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,15 +25,3 @@ jobs: coverage: xdebug - run: composer install - run: vendor/bin/phpunit --coverage-text - - PHPUnit-hhvm: - name: PHPUnit (HHVM) - runs-on: ubuntu-18.04 - continue-on-error: true - 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 60d7f7d..82e6821 100644 --- a/README.md +++ b/README.md @@ -323,8 +323,7 @@ $ composer require clue/confgen:^0.6 ``` 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 7+ and -HHVM. +extensions and supports running on legacy PHP 5.3 through current PHP 7+. It's *highly recommended to use PHP 7+* for this project. > If you want to create the above `confgen.phar` locally, you have to clone