Conversation
| apt-fast install -y --no-install-recommends \ | ||
| php7.1 \ | ||
| php7.1-bcmath \ | ||
| php7.1-bz2 \ | ||
| php7.1-cgi \ | ||
| php7.1-cli \ | ||
| php7.1-common \ | ||
| php7.1-curl \ | ||
| php7.1-dba \ | ||
| php7.1-dev \ | ||
| php7.1-enchant \ | ||
| php7.1-fpm \ | ||
| php7.1-gd \ | ||
| php7.1-gmp \ | ||
| php7.1-imap \ | ||
| php7.1-interbase \ | ||
| php7.1-intl \ | ||
| php7.1-json \ | ||
| php7.1-ldap \ | ||
| php7.1-mbstring \ | ||
| php7.1-mcrypt \ | ||
| php7.1-mysql \ | ||
| php7.1-odbc \ | ||
| php7.1-opcache \ | ||
| php7.1-pgsql \ | ||
| php7.1-phpdbg \ | ||
| php7.1-pspell \ | ||
| php7.1-readline \ | ||
| php7.1-recode \ | ||
| php7.1-snmp \ | ||
| php7.1-soap \ |
There was a problem hiding this comment.
I think we should start with only 7.4.
7.2 is out of support, and 7.3 will be supported until December. If we need to add one later I prefer that than building dependency on the older version unnecessarily:
|
|
||
| set -e | ||
|
|
||
| DEFAULT_JDK_VERSION=8 |
There was a problem hiding this comment.
yeah I think we should set 11 as default. @brunoborges would probably like that too. And it's a good preamble to switch it in 18.04 later.
This reverts commit aada5b1.
…timofeev/virtual-environments into v-mitim/add_ubuntu_20_to_ci
We can do that in the scope of migration to Adopt Open JDK. |
…ronments into v-mitim/add_ubuntu_20_to_ci
… into v-mitim/add_ubuntu_20_to_ci
Description
Adding Ubuntu20 generation to CI
Related issue:
N\A
Check list