-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Switch to Ubuntu 20.04 #94
Conversation
Oh. damn. now we have CI failures for 5.3, 5.4, 5.5 has the upstream PHP image changed? seems the XML library errors differ:
|
just fyi, I tried to use https://github.com/nektos/act to run GHA locally for in-place debugging, but it fails to setup php 5.3/5.5... I tried the following docker images for the runner:
|
@glensc nvm the comment above, now I realized I should use docker images provided by the creator of setup-php, as specified in https://github.com/shivammathur/setup-php#local-testing-setup |
@falkenhawk the way I see it, is that error messages differ, because likely updated libxml, so the unit tests need to be updated to accept old/new forms. |
using
🙈 https://github.com/shivammathur/setup-php#tada-php-support |
@falkenhawk once you get it running GHA locally, it would be nice, if you document it into CONTRIBUTING.md or README.md |
Ignore case in `assertContains` - the error message may be "XML error: mismatched tag at line..." on some specific configurations
refs:
cc @falkenhawk