Skip to content

Commit 4cb67c3

Browse files
committed
TEST
1 parent ced057a commit 4cb67c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/jobs/configure-checks/all.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ setup() {
3737
if [ "$distro_id" = "ID=fedora" ]; then
3838
repo-install httpd
3939
fi
40-
repo-install gcc g++ libcgroup-dev
40+
repo-install gcc g++ libcgroup-dev composer
4141
}
4242

4343
run_configure () {

.github/jobs/configure-checks/setup_configure_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ distro_id=$(grep "^ID=" /etc/os-release)
88
case $distro_id in
99
"ID=fedora")
1010
dnf install -y pkg-config make bats autoconf automake util-linux \
11-
composer php-fpm php-gd php-cli php-intl php-mbstring \
11+
php-fpm php-gd php-cli php-intl php-mbstring \
1212
php-mysqlnd php-xml php-zip
1313
;;
1414
*)

0 commit comments

Comments
 (0)