Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/10/2023 03:12:09 AM (3 years ago)
Author:
imath
Message:

Improve PHP 8.2 compatibility

  • Add the #[AllowDynamicProperties] attribute to classes when we add dynamic properties to these into our codebase.
  • Add PHP 8.2 to our PHPUnit testing matrix

Closes https://github.com/buddypress/buddypress/pull/62
Fixes #8820

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/unit-tests.yml

    r13406 r13414  
    1313      fail-fast: false
    1414      matrix:
    15         php: ['7.4', '8.0', '8.1']
     15        php: ['7.4', '8.0', '8.1', '8.2']
    1616        wp_version: ['master']
    1717        include:
Note: See TracChangeset for help on using the changeset viewer.