Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #59231


Ignore:
Timestamp:
08/28/2023 11:40:09 PM (15 months ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59231

    • Property Keywords has-patch has-unit-tests added
  • Ticket #59231 – Description

    initial v2  
    6868=== GitHub Actions
    6969
    70 **TODO:**
    71 * Add PHP 8.3 to the GitHub Actions `phpunit-tests.yml` configuration.
     70* Add PHP 8.3 to the GitHub Actions `phpunit-tests.yml` configuration. [https://github.com/WordPress/wordpress-develop/pull/5106 GH PR #5106]
    7271
    7372Notes:
     
    9089Based on initial (bleeding edge) PHPCompatibility scans + the tests, WP is affected by two of the deprecations in PHP 8.3:
    9190* `get_class()` and `get_parent_class()` - this is already being tracked in #58876, there is a patch available, which IMO is ready for commit.
    92 * `ReflectionProperty::setValue()` with static properties. I will attach a patch for these to this ticket.
     91* `ReflectionProperty::setValue()` with static properties. [https://github.com/WordPress/wordpress-develop/pull/5105 GH PR #5105]
    9392
    9493The other deprecations in this RFC do not appear to affect WP Core at this time.