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 🙈 |
|
@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