Skip to content

Commit

Permalink
pre run hook test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRadu committed May 2, 2024
1 parent aeb79fb commit 5cb921d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .laminas-ci/pre-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,11 @@ PHP_VERSION=$5
COMMAND=$(echo "${JOB}" | jq -r '.command')

echo "Running $COMMAND @@@@@@@@@@@@@@@"
echo "$PHP_VERSION"

#pecl install sqlite
#pecl install php8-sqlite3
echo "PHP VERSION : ${PHP_VERSION}"

apt-get install php8.2-sqlite3
apt-get install php8.3-sqlite3

echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"

#apt-get install php8.2-sqlite
#apt-get install php8.3-sqlite

#php -i | grep sqlite

if [[ ${COMMAND} =~ phpunit ]];then
mv config/autoload/local.php.dist config/autoload/local.php
mv config/autoload/mail.local.php.dist config/autoload/mail.local.php
Expand Down

0 comments on commit 5cb921d

Please sign in to comment.