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

Refresh Composer and tests, increase minimum support PHP and WP versions #165

Merged
merged 5 commits into from
Feb 11, 2024

Conversation

GaryJones
Copy link
Contributor

Refreshes the state of the tests a little, and increases the supported minimum PHP version to 7.4.

That said, it currently still includes mcrypt references (removed from PHP 7.2 but available as a PCL module), as I think that having post meta values encrypted with mcrypt, and then trying to decrypt with OpenSSL will fail, and I'm not sure of the consequences of that (duplicate syndications?).

Fixes #161.

Update versions in CI config files and action versions.
A required parameter can't be defined after an optional one. Only one use of this private call fortunately.
@GaryJones GaryJones merged commit 8c0d90d into develop Feb 11, 2024
10 checks passed
@GaryJones GaryJones deleted the refresh branch February 11, 2024 13:51
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.

Required parameters defined after optional ones
1 participant