We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7296de4 commit 7e5ff6eCopy full SHA for 7e5ff6e
.github/jobs/configure-checks/setup_configure_image.sh
@@ -10,7 +10,7 @@ case $distro_id in
10
dnf install pkg-config make bats autoconf automake util-linux -y
11
dnf install composer php -y
12
php_line="php"
13
- for p in gd xml zip; do
+ for p in gd xml zip mysqlnd; do
14
php_line="php-${p} ${php_line}"
15
done
16
dnf install composer ${php_line} -y ;;
0 commit comments