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 61847a1 commit aeb79fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .laminas-ci/pre-run.sh
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit aeb79fb

Please sign in to comment.