mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[BUGFIX] Fix functional tests with PHP 8.2 on GitLab CI (#1043)
This commit is contained in:
parent
7d043d3399
commit
a92a131e17
1 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,5 @@ php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/u
|
||||||
chmod +x /usr/local/bin/composer
|
chmod +x /usr/local/bin/composer
|
||||||
|
|
||||||
docker-php-ext-install pdo_mysql zip mysqli intl
|
docker-php-ext-install pdo_mysql zip mysqli intl
|
||||||
|
cp /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini
|
||||||
|
awk '/^error_reporting = E_ALL/{print "error_reporting = E_ALL & ~E_DEPRECATED"; next}1' /usr/local/etc/php/php.ini > temp.ini && mv temp.ini /usr/local/etc/php/php.ini
|
||||||
|
|
Loading…
Reference in a new issue