Opened 9 months ago
Last modified 7 months ago
#9202 assigned feature request
Github Action: confirms that installing BuddyPress using WP-CLI works successfully
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Up Next | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | needs-patch |
Cc: |
Description
@emaralive brought to my attention recently that WordPress core has a nice Github Action/workflow where they test tagged versions officially available on WordPress.org. See it here.
Currently, our Github Action only test the trunk
code, not previous tagged/versions of BuddyPress (not even beta version). The way the WordPress version works is by checking a list of versions and PHP versions, see here.
I'd like to start with something less extensive. Maybe the last 3-5 versions and maybe running once a month only.
And the goal of this workflow is not meant to test buddypress trunk checkouts, but rather tagged versions officially available on WordPress.org.
I'll handle this in the next milestone considering our current goals.