Changes between Version 6 and Version 38 of Ticket #56009
- Timestamp:
- 03/01/2023 05:34:11 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56009
- Property Keywords has-patch added
-
Property
Milestone
changed from
6.1
to6.3
-
Ticket #56009 – Description
v6 v38 62 62 === [https://github.com/WordPress/wpdev-docker-images Docker] 63 63 64 * Add PHP 8.2 to the Docker images. A [https://github.com/WordPress/wpdev-docker-images/pull/87 PR for this is currently open].64 * Add PHP 8.2 to the Docker images. A [https://github.com/WordPress/wpdev-docker-images/pull/87 PR for this] was merged on Jun 23, 2022 ✅ 65 65 66 66 … … 69 69 **TODO:** 70 70 * Add PHP 8.2 to the GitHub Actions `phpunit-tests.yml` configuration. 71 Status: Committed in [53922] ✅ 71 72 72 73 Notes: … … 83 84 Only two small issues + one in the tests. 84 85 85 This is being tracked in #55787 and there is a PR open on GitHub with a patch: https://github.com/WordPress/wordpress-develop/pull/273886 This was being tracked in #55787. Committed in [54134] ✅ 86 87 87 88 … … 161 162 162 163 Current status: 163 * A [https://github.com/WordPress/Requests/pull/751 PR is open] to enable running of linting and tests against PHP 8.2. The PR build found one, test-only, issue in Requests for PHP 8.2, which has no impact on the production code.164 * A [https://github.com/WordPress/Requests/pull/751 PR was opened] to enable running of linting and tests against PHP 8.2. The PR build found one, test-only, issue in Requests for PHP 8.2, which has no impact on the production code. 164 165 * No known issues in the last release (2.0.3). 165 * WordPress is behind and is still using version `1.8.1`, while the latest release is `2.0.3`, see #54504166 * WordPress was upgraded to `2.0.0` via [54997] (see #54504) ✅ 166 167 167 168 I've done a test run of Requests 1.8.1 against PHP 8.2 and based on the tests and aside from the already known PHP 8.1 deprecations, there are no relevant PHP 8.2 issues known at this moment. … … 183 184 * A [https://github.com/paragonie/sodium_compat/pull/146 PR has been merged] to enable running of the tests against PHP 8.2. The build passes without finding any PHP 8.2 related issues. 184 185 * No known issues in the last release (1.17.1). 185 * WordPress is using the latest version, see #55453 186 * WordPress is using the latest version, see #55453 / [52988].