Skip to content

Commit

Permalink
remove version from php package dependencies, maybe it will work in t…
Browse files Browse the repository at this point in the history
…he container case which only has most recent version, as opposed to github runners which have too many versions
  • Loading branch information
craigcomstock committed Aug 7, 2024
1 parent 3462bcc commit 0340908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sudo apt-get install -qy python3 python3-pip
apt-get -y install python3-psycopg2

# install composer and friends
sudo apt-get -qy install curl php7.4-cli php7.4-curl php7.4-zip php7.4-mbstring php7.4-xml php7.4-gd composer php7.4-ldap
sudo apt-get -qy install curl php-cli php-curl php-zip php-mbstring php-xml php-gd composer php-ldap
# packages needed for autogen
sudo apt-get -qy install git autoconf automake m4 make bison flex \
binutils libtool gcc g++ libc-dev libpam0g-dev python3 psmisc
Expand Down

0 comments on commit 0340908

Please sign in to comment.