ci: add WP 5.8 to automated test roster
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-10-18 18:33:23 +02:00
parent 2cc277638f
commit caf471d3bf
4 changed files with 7 additions and 6 deletions

View File

@ -5,6 +5,8 @@
* @package SCLiveticker
*/
require_once __DIR__ . '/../vendor/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php';
$_tests_dir = getenv( 'WP_TESTS_DIR' );
if ( ! $_tests_dir ) {