-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Increase the PHP minimum supported version to 7.0 #52344
Copy link
Copy link
Closed
Labels
[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] Automated TestingTesting infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.[Type] Build ToolingIssues or PRs related to build toolingIssues or PRs related to build tooling
Metadata
Metadata
Assignees
Labels
[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] Automated TestingTesting infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.[Type] Build ToolingIssues or PRs related to build toolingIssues or PRs related to build tooling
Type
Fields
Give feedbackNo fields configured for issues without a type.
Today, WordPress announced it is dropping PHP 5.6 support, raising the minimum supported version to PHP 7.0 for WordPress 6.3.0.
https://make.wordpress.org/core/2023/07/05/dropping-support-for-php-5/
Changeset 56141 dropped the PHP 5.6 CI jobs.
After the changeset was committed, Gutenberg's CI started failing on each of the PHP 5.6 jobs (e.g. PR #52343) with the following error message:
What is your proposed solution?
To keep parity with WordPress Core, this ticket proposes for Gutenberg to:
Tasks
Requires PHP:to7.0.