We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 718b057 + 0374461 commit 0328290Copy full SHA for 0328290
.github/workflows/ci.yml
@@ -42,5 +42,6 @@ jobs:
42
- uses: azjezz/setup-hhvm@v1
43
with:
44
version: lts-3.30
45
+ - run: composer self-update --2.2 # downgrade Composer for HHVM
46
- run: hhvm $(which composer) install
47
- run: hhvm vendor/bin/phpunit
0 commit comments