Skip to content

Commit

Permalink
added ext-gd
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRadu committed May 2, 2024
1 parent b9522cb commit d01650d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .laminas-ci/pre-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ echo "Running $COMMAND"

if [[ ${COMMAND} =~ phpunit ]];then

apt-get update -y
apt-get upgrade -y
# apt-get update -y
# apt-get upgrade -y
apt-get install php"${PHP_VERSION}"-sqlite3
# apt-get install php8.2-sqlite3
# apt-get install php8.3-sqlite3

cp config/autoload/local.php.dist config/autoload/local.php
cp config/autoload/mail.local.php.dist config/autoload/mail.local.php
Expand Down

0 comments on commit d01650d

Please sign in to comment.