diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 6645f63..bf37c5e 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -21,7 +21,7 @@ jobs: services: mariadb: - image: mariadb:10.11 + image: mariadb:lts env: MYSQL_ALLOW_EMPTY_PASSWORD: yes ports: diff --git a/bin/install-wp-tests.sh b/bin/install-wp-tests.sh index 5ceac4b..87d9154 100755 --- a/bin/install-wp-tests.sh +++ b/bin/install-wp-tests.sh @@ -92,7 +92,6 @@ install_wp() { tar --strip-components=1 -zxmf $TMPDIR/wordpress.tar.gz -C $WP_CORE_DIR fi - download https://raw.github.com/markoheijnen/wp-mysqli/master/db.php $WP_CORE_DIR/wp-content/db.php } install_test_suite() {