Skip to:
Content

BuddyPress.org

Changeset 14147


Ignore:
Timestamp:
12/16/2025 03:45:11 PM (5 months ago)
Author:
espellcaste
Message:

Add PHP 8.5 to our CI matrix.

We are also removing one of the PHP 8.2 tests to keep our matrix lean.

Props espellcaste.

See https://github.com/buddypress/buddypress/pull/425/
See #9313

File:
1 edited

Legend:

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

    r14095 r14147  
    1616      matrix:
    1717        include:
     18          - php: '8.5'
     19            wp_version: 'trunk'
     20            object: 'redis'
     21            multisite: false
     22          - php: '8.5'
     23            wp_version: '6.9'
     24            object: 'memcached'
     25            multisite: true
    1826          - php: '8.4'
    1927            wp_version: 'trunk'
     
    3038          - php: '8.2'
    3139            wp_version: '6.4'
    32             object: ''
    33             multisite: false
    34           - php: '8.2'
    35             wp_version: 'latest'
    3640            object: ''
    3741            multisite: false
Note: See TracChangeset for help on using the changeset viewer.