Skip to:
Content

BuddyPress.org

Changeset 13406


Ignore:
Timestamp:
01/20/2023 06:05:33 AM (20 months ago)
Author:
imath
Message:

Make sure the WP5.7 PHPUnit GH Action's job can run

For this job, we now need to ignore composer platform requirements.

Closes https://github.com/buddypress/buddypress/pull/57
Fixes #8797

File:
1 edited

Legend:

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

    r13355 r13406  
    6060        run: |
    6161          if [ ${{ env.WP_VERSION }} == '5.7' ]; then
    62             composer require wp-phpunit/wp-phpunit:6.0 --dev
     62            composer require wp-phpunit/wp-phpunit:6.0 --dev --ignore-platform-reqs
    6363          fi
    6464
Note: See TracChangeset for help on using the changeset viewer.