Changes between Initial Version and Version 1 of Ticket #8421, comment 3
- Timestamp:
- 03/03/2021 07:33:32 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8421, comment 3
initial v1 5 5 I've been exploring the subject myself and I was wondering what was your opinion about using the `wp-env` to run the PHP unit tests GitHub action? 6 6 7 Since #8381 has been fixed, I've tested such a [ GitHub action](https://github.com/imath/BuddyPress/actions/runs/616646934)from a branch of my BuddyPress fork. It's testing BuddyPress against WordPress trunk and PHP 7.4, 8.0.7 Since #8381 has been fixed, I've tested such a [https://github.com/imath/BuddyPress/actions/runs/616646934 GitHub action] from a branch of my BuddyPress fork. It's testing BuddyPress against WordPress trunk and PHP 7.4, 8.0. 8 8 9 9 I had an issue with the slug we use on GitHub for BuddyPress (using `buddypress` wasn't working while `BuddyPress` works..)