Restore HHVM Tests
GrahamCampbell opened this issue ยท 3 comments
GrahamCampbell commented
See https://github.com/vlucas/phpdotenv/tree/3.6 for an example of testing on the LTS HHVM 3 versions, using Ubuntu 16.04 and Composer 2 on GitHub Actions. ๐
GrahamCampbell commented
You basically just need to lift the files from https://github.com/vlucas/phpdotenv/tree/3.6/.github/bin and the hhvm job from https://github.com/vlucas/phpdotenv/blob/3.6/.github/workflows/tests.yml.
bobthecow commented
Awesome, thanks!
bobthecow commented
This worked great. Thanks for the pointer @GrahamCampbell.