git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e1f795
)
make sure sqlite3 is onboard the test vm
author
gggeek
<giunta.gaetano@gmail.com>
Sun, 8 Jan 2023 23:54:39 +0000
(23:54 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Sun, 8 Jan 2023 23:54:39 +0000
(23:54 +0000)
tests/ci/setup/setup_php.sh
patch
|
blob
|
history
diff --git
a/tests/ci/setup/setup_php.sh
b/tests/ci/setup/setup_php.sh
index
e3f364d
..
9d3719b
100755
(executable)
--- a/
tests/ci/setup/setup_php.sh
+++ b/
tests/ci/setup/setup_php.sh
@@
-55,6
+55,7
@@
if [ "${PHP_VERSION}" = default ]; then
php${PHPSUFFIX}-curl \
php${PHPSUFFIX}-fpm \
php${PHPSUFFIX}-mbstring \
+ php${PHPSUFFIX}-sqlite3 \
php${PHPSUFFIX}-xdebug
else
# on GHA runners ubuntu version, php 7.4 and 8.0 seem to be preinstalled. Remove them if found
@@
-117,6
+118,7
@@
else
php${PHP_VERSION}-curl \
php${PHP_VERSION}-fpm \
php${PHP_VERSION}-mbstring \
+ php${PHP_VERSION}-sqlite3 \
php${PHP_VERSION}-xdebug
update-alternatives --set php /usr/bin/php${PHP_VERSION}