We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dff5ac9 + 28685bd commit aa95c15Copy full SHA for aa95c15
.github/workflows/ci.yml
@@ -59,5 +59,6 @@ jobs:
59
- uses: azjezz/setup-hhvm@v1
60
with:
61
version: lts-3.30
62
+ - run: composer self-update --2.2 # downgrade Composer for HHVM
63
- run: hhvm $(which composer) install
64
- run: hhvm vendor/bin/phpunit
0 commit comments