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

Increase minimum required version of PHP to 7.1 (up from 7.0). #1212

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

barryhughes
Copy link
Member

We are increasing the minimum required version of PHP. Functionally, nothing has changed (but we will take advantage of this in some upcoming PRs, to address problems that occur when using PHP 8.4).

Closes #1211.

🥼 Testing

  1. As noted above, functionally, nothing has changed. As a minimum, we still expect the test suite to pass without errors.
  2. A high level review or 'smoketest' of the plugin is probably useful:
    1. Activate the plugin (as a top-level, standalone plugin).
    2. Ensure the Tools ‣ Scheduled Actions admin screen is still present and functions as normal.
  3. Feel free to do any other exploratory testing you feel may be useful.

📝 Changelog

Bump minimum PHP version to 7.1.

@barryhughes barryhughes requested review from a team and albarin and removed request for a team October 30, 2024 21:25
@barryhughes
Copy link
Member Author

Once/if we are happy with this change, we can go ahead and update the base branch for #1205, then hopefully get that worked reviewed and merged. This will also be useful in getting projects like WooCommerce ready for PHP 8.4.

@barryhughes barryhughes merged commit 4f2a46c into trunk Nov 1, 2024
34 checks passed
@barryhughes barryhughes deleted the fix/1211-php-70-71 branch November 1, 2024 18:04
@barryhughes barryhughes added this to the 3.9.0 milestone Nov 1, 2024
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.

Bump PHP min version to 7.1
2 participants