Skip to content
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

Merged
merged 23 commits into from
Nov 14, 2022

Conversation

bswatson
Copy link
Contributor

@bswatson bswatson commented Nov 11, 2022

This PR updates the "Tested up to" values within the plugin:

  • WordPress: 5.5 => 6.1
  • WooCommerce: 4.5 => 7.1

Fixes #60. Additionally, it bumps the versions being tested in the CI pipeline, including @szepeviktor's Travis cleanup work, so this PR closes #57.

@bswatson bswatson added the enhancement New feature or request label Nov 11, 2022
@bswatson bswatson requested a review from lukecav November 11, 2022 20:17
@bswatson bswatson self-assigned this Nov 11, 2022
… WooCommerce. Run against a small subset of WC & PHP versions to limit testing failures.
@szepeviktor
Copy link
Contributor

CI says

Composer could not find a composer.json file in /home/runner/work/limit-orders/limit-orders/vendor/woocommerce/woocommerce-src-7.1

WC has stopped being a Composer package.

@bswatson
Copy link
Contributor Author

CI says

Composer could not find a composer.json file in /home/runner/work/limit-orders/limit-orders/vendor/woocommerce/woocommerce-src-7.1

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 wp-env based testing to succeed.

This was referenced Nov 14, 2022
@bswatson bswatson merged commit 042c18a into nexcess:develop Nov 14, 2022
@bswatson bswatson deleted the update/tested-up-to-wc-71 branch November 14, 2022 23:29
@bswatson bswatson mentioned this pull request Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to show that the plugin works with WooCommerce 5.1.0 and WordPress 5.7
4 participants