Skip to:
Content

BuddyPress.org

Changeset 13445


Ignore:
Timestamp:
04/02/2023 12:42:22 PM (22 months ago)
Author:
imath
Message:

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

Closes https://github.com/buddypress/buddypress/pull/80
Fixes #8863

Location:
trunk
Files:
2 edited

Legend:

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

    r13417 r13445  
    1717        include:
    1818          - php: '8.0'
    19             wp_version: '6.1'
     19            wp_version: '6.2'
    2020          - php: '7.4'
    21             wp_version: '6.1'
     21            wp_version: '6.2'
    2222          - php: '7.4'
    2323            wp_version: '5.8'
  • trunk/composer.json

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