From 23f1f3bd35c4c56928765e4c08166ce1d81b19c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Fri, 20 Sep 2024 22:04:32 +0200 Subject: [PATCH] test --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 6b8cc85..f6fd676 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -9,7 +9,7 @@ steps: - apt-get clean - apt-get -yqq update - apt-get -yqqf install zip unzip subversion - - docker-php-ext-enable mbstring mysqli intl gd zip bz2 + - docker-php-ext-enable mbstring mysqli intl gd zip - bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest true - phpunit --configuration phpunit.xml.dist