mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 17:56:12 +02:00

[BUGFIX] Fix functional tests with PHP 8.2 on GitLab CI (#1043)

This commit is contained in:
Łukasz Uznański 2023-12-05 11:03:40 +01:00 committed by GitHub
parent 7d043d3399
commit a92a131e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,3 +11,5 @@ php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/u
chmod +x /usr/local/bin/composer
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