-
Notifications
You must be signed in to change notification settings - Fork 54
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
Use latest readme parser #789
base: trunk
Are you sure you want to change the base?
Conversation
7de31c7
to
847879f
Compare
847879f
to
1203351
Compare
Or just don't specify a particular commit. The |
@afragen Yes, I understand that. But I dont think removing version from there solves the actual issue at hand. Parser class is not PHP 7.2 compatible but PCP is. Patching I am trying to do here is that will make parser class compatible to PHP 7.2. |
OK, you could try asking Dion to make the changes necessary. |
I have already made the ticket https://meta.trac.wordpress.org/ticket/7749 but looks like it wont be updated in the meta side. |
Is there something else that won't run in PHP7.4? |
|
My question was why not raise the requirement to 7.4? |
I have not seen the discussion about minimum PHP version support in PCP particularly. May be trying to follow approach which core uses (5% threshold). Current usage (from Stats):
Combined would be greater than 5% if bumped to 7.4. |
This working fine in local.
Tests are failing in GitHub actions because Docker in which wp-env run does not have
patch
command which is required bycweagans/composer-patches
.