Skip to:
Content

BuddyPress.org

Changeset 13553


Ignore:
Timestamp:
08/22/2023 05:20:30 AM (21 months ago)
Author:
imath
Message:

Update GH PHPunit tests action so that WP matrix includes WP 6.3

Props rajinsharwar

Fixes #8978
Closes https://github.com/buddypress/buddypress/pull/153

Location:
trunk
Files:
2 edited

Legend:

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

    r13501 r13553  
    2121        include:
    2222          - php: '8.0'
    23             wp_version: '6.2'
     23            wp_version: '6.3'
    2424          - php: '7.4'
    25             wp_version: '6.2'
     25            wp_version: '6.3'
    2626          - php: '7.4'
    2727            wp_version: '5.8'
  • trunk/composer.json

    r13445 r13553  
    4545    "require-dev": {
    4646        "buddypress/bp-coding-standards": "dev-trunk",
    47         "wp-phpunit/wp-phpunit": "^6.2",
     47        "wp-phpunit/wp-phpunit": "^6.3",
    4848        "yoast/phpunit-polyfills": "^1.0.1"
    4949    },
Note: See TracChangeset for help on using the changeset viewer.