Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski committed Nov 28, 2023
1 parent 7846839 commit cc877cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/build/docker_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ 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
sed -i 's/error_reporting = E_ALL/error_reporting = E_ALL & ~E_DEPRECATED/g' /usr/local/etc/php/php.ini

0 comments on commit cc877cd

Please sign in to comment.