-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adjust the "Tested up to" values and Update Min PHP to 7.2 #70
Adjust the "Tested up to" values and Update Min PHP to 7.2 #70
Conversation
WordPress: 5.5 => 5.7 WooCommerce: 4.5 => 5.1
Co-authored-by: Viktor Szépe <[email protected]>
….2 to keep in line with WC.
… WooCommerce. Run against a small subset of WC & PHP versions to limit testing failures.
CI says
WC has stopped being a Composer package. |
They moved to a monorepo and WooCommerce is now embedded as a plugin within. I'm trying to get this to run with as few changes as possible, but I might need to convert things over to use their style of |
…eviktor/phpstan-wordpress.
This PR updates the "Tested up to" values within the plugin:
Fixes #60. Additionally, it bumps the versions being tested in the CI pipeline, including @szepeviktor's Travis cleanup work, so this PR closes #57.