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 PHP version #954

Closed
GaryJones opened this issue Jul 26, 2023 · 2 comments
Closed

Increase minimum PHP version #954

GaryJones opened this issue Jul 26, 2023 · 2 comments
Milestone

Comments

@GaryJones
Copy link
Contributor

As of right now (3.5.11 has just been released), the minimum PHP version is 5.6.
WordPress 6.3 is about to be released with a minimum PHP version of 7.0.
In a few months, PHP 8.3 will be available.

When 4.0 of CAP is being prepared, then the minimum PHP version can be increased - this helps to reduce bugs (from cross-version differences), reduce testing requirements (not so many combinations to support in CI testing), and can reduce the amount of code to maintain (through more modern syntax).

@GaryJones GaryJones added this to the 4.0 milestone Jul 26, 2023
@GaryJones GaryJones modified the milestones: 4.0, 3.6 Oct 23, 2023
@GaryJones GaryJones mentioned this issue Oct 23, 2023
1 task
@GaryJones
Copy link
Contributor Author

The minimum version should be PHP 7.4.

@alecgeatches
Copy link
Contributor

Minimum PHP version updated to 7.4 in #1032.

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

No branches or pull requests

2 participants