Skip to:
Content

BuddyPress.org

Opened 4 years ago

Closed 4 years ago

#8797 closed defect (bug) (fixed)

WP 5.7 PHPUnit job is failing

Reported by: imath Owned by: netweb
Priority: normal Milestone: 12.0.0
Component: Build/Test Tools Version:
Severity: normal 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.


4 years 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
4 years ago

  • Resolutionfixed
  • Status assignedclosed

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.