-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add Ubuntu 20 image #883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ubuntu 20 image #883
Conversation
…timofeev/virtual-environments into v-mitim/add_ubuntu_20_to_ci
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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