Skip to:
Content

BuddyPress.org

Changeset 13355 for trunk/composer.json


Ignore:
Timestamp:
11/05/2022 05:25:42 AM (2 years ago)
Author:
imath
Message:

Update the GH action WP testing matrix, WP PHPunit and @wordpress/env

This commit also fixes:

  • a GH action issue when testing WP < 6.1. In this case we need to downgrade WP PHPunit to a version lower than 6.1.0 to avoid @wordpress/env unit test command to fail (Internal Server Error).
  • the database error when running the BP_Tests_Groups_Functions test.

Closes https://github.com/buddypress/buddypress/pull/34
Fixes #8759

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

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