Skip to content

Commit 6a0727a

Browse files
committed
Correct an error in php5.6 installation
1 parent 42d4b86 commit 6a0727a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/vagrant_pre_setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ apt-get update
1111
apt-get install software-properties-common -y
1212
apt-get install python-software-properties -y
1313

14-
apt-add-repository ppa:ondrej/php5-5.6 -y
14+
apt-add-repository ppa:ondrej/php -y
1515
apt-add-repository ppa:openjdk-r/ppa -y
1616

1717
apt-get update
1818

1919
# installing xvfb, java and php
20-
apt-get install xvfb openjdk-8-jre-headless php5-cli php5-curl php5-xdebug ncurses-term unzip xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic vim -y --no-install-recommends
20+
apt-get install xvfb openjdk-8-jre-headless php5.6-cli php5.6-curl php5.6-xml php5-xdebug ncurses-term unzip xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic vim -y --no-install-recommends
2121

0 commit comments

Comments
 (0)