test
Some checks failed
/ test (push) Successful in 0s
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
André Menrath 2024-09-20 22:33:35 +02:00
parent 3681a730d6
commit 06f496dc88

View file

@ -10,7 +10,7 @@ steps:
commands:
- apt-get clean
- apt-get -yqq update
- apt-get -yqqf install zip unzip subversion php8.3-mysql php8.3-bz2 php8.3-mcrypt
- apt-get -yqqf install zip unzip subversion php8.2-mysql php8.2-bz2 php8.2-mcrypt
- docker-php-ext-enable mbstring mcrypt mysqli pdo_mysql intl gd zip bz2
- composer require --dev yoast/phpunit-polyfills:"^3.0"
- composer install