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

Update GH workflows to test PHP 7.3 and above and bump oldest compatibility test to WC 7.7.0 #612

Merged
merged 2 commits into from
May 3, 2024

Conversation

mattallan
Copy link
Contributor

@mattallan mattallan commented May 3, 2024

Description

Our GH checks have been failing with the following error:
image

tl;dr During our PHP 7.1 test, we're trying to install the latest Gutenberg which requires PHP 7.2 and that's causing the test to fail.

Since Woo Subscriptions supports WooCommerce 7.7+ which requires PHP 7.3, this PR updates our workflows to:

  • remove the PHP 7.1, 7.2, 7.3 when testing the latest version of WC
  • updates our "Oldest supported version" to test against WooCommerce 7.7 with PHP 7.3

How to test this PR

  1. Confirm the GH actions pass.

Product impact

  • Added changelog entry (or does not apply)
  • Will this PR affect WooCommerce Subscriptions? yes/no/tbc, add issue ref
  • Will this PR affect WooCommerce Payments? yes/no/tbc, add issue ref
  • Added deprecated functions, hooks or classes to the spreadsheet

@mattallan
Copy link
Contributor Author

GH checks are passing now. Merging this 😎

@mattallan mattallan merged commit 4314371 into trunk May 3, 2024
9 checks passed
@mattallan mattallan deleted the remove-unsupported-versions-from-testing-matrix branch May 3, 2024 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant