From aeb79fb66789c78d67a8983652fb4a5a390214ce Mon Sep 17 00:00:00 2001 From: MarioRadu Date: Thu, 2 May 2024 16:57:05 +0300 Subject: [PATCH] pre run hook test --- .laminas-ci/pre-run.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.laminas-ci/pre-run.sh b/.laminas-ci/pre-run.sh index f21800c..de222a8 100755 --- a/.laminas-ci/pre-run.sh +++ b/.laminas-ci/pre-run.sh @@ -1,7 +1,9 @@ JOB=$3 +PHP_VERSION=$5 COMMAND=$(echo "${JOB}" | jq -r '.command') -echo "Running $COMMAND" +echo "Running $COMMAND @@@@@@@@@@@@@@@" +echo "$PHP_VERSION" #pecl install sqlite #pecl install php8-sqlite3 @@ -11,8 +13,8 @@ apt-get install php8.3-sqlite3 echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" -apt-get install php8.2-sqlite -apt-get install php8.3-sqlite +#apt-get install php8.2-sqlite +#apt-get install php8.3-sqlite #php -i | grep sqlite