-
Notifications
You must be signed in to change notification settings - Fork 117
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 test matrix #1213
Comments
When testing with a plugin dependent on WooCommerce I get several deprecation messages when running on PHP 8.4. deprecation messages
Now that the minimum version has been bumped to 7.1, these should all be fixable by making the parameter type nullable. Edit: I found the PR which fixes these issues: #1205 |
Right, so that should ship in Action Scheduler 3.9.0. However, given the context (your 'true' dependency is WooCommerce), it's worth noting WooCommerce tends to lag one or two versions behind (because of differences in release cadence). |
As soon as reasonably practical, we should evaluate if we can incorporate PHP 8.4 into our automated test matrix (and make any changes needed to support that).
The text was updated successfully, but these errors were encountered: