Skip to:
Content

BuddyPress.org

#8797 closed defect (bug) (fixed)

WP 5.7 PHPUnit job is failing

Reported by: imath's profile imath Owned by: netweb's profile netweb
Milestone: 12.0.0 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: has-patch
Cc:

Description

The PHPUnit GH action is failing due to the WP 5.7 job. In this case composer fails to update some dependencies due to unsupported PHP version.

Change History (2)

This ticket was mentioned in PR #57 on buddypress/buddypress by @imath.


21 months ago
#1

  • Keywords has-patch added

Try ignoring composer platform requirements for WP 5.7 job to fix failing tests.

Trac ticket: https://buddypress.trac.wordpress.org/ticket/8797

#2 @imath
21 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 13406:

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

Note: See TracTickets for help on using tickets.