Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor PHPUnit GitHub workflow for simplicity
The PHPUnit GitHub workflow was significantly simplified by reducing the amount of work done in the YAML file. The previous workflow was manually setting up the test environment (downloading WordPress, setting up MySQL, etc.) within this file. The updated workflow uses a custom GitHub action that handles these setup steps, resulting in a cleaner and easier to read workflow file. Moreover, the PHP versions and WordPress version for testing have been updated to reflect more current versions.
- Loading branch information