We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2a0c5 commit a7d2341Copy full SHA for a7d2341
.github/jobs/configure-checks/setup_configure_image.sh
@@ -8,7 +8,7 @@ distro_id=$(grep "^ID=" /etc/os-release)
8
case $distro_id in
9
"ID=fedora")
10
dnf install pkg-config make bats autoconf automake util-linux -y
11
- dnf install composer php -y ;;
+ dnf install composer php -y
12
php_line="php"
13
for p in gd mysql xml zip; do
14
php_line="php-${p} $php_line"
0 commit comments