Try to move to bionic

This commit is contained in:
Laurent Destailleur 2022-09-20 15:20:17 +02:00
parent 12ce79ab07
commit 5d39f7b6a3

View File

@ -4,8 +4,8 @@
# We use dist: xenial to have php 5.6+ available # We use dist: xenial to have php 5.6+ available
os: linux os: linux
dist: xenial #dist: xenial
#dist: bionic dist: bionic
language: php language: php
@ -20,7 +20,7 @@ services:
addons: addons:
# Force postgresql to 9.4 (the oldest availablable on xenial) # Force postgresql to 9.4 (the oldest availablable on xenial)
postgresql: '9.4' postgresql: '10'
apt: apt:
sources: sources:
# To use the last version of pgloader, we add repo of postgresql with a name available in http://apt.postgresql.org/pub/repos/apt/ # To use the last version of pgloader, we add repo of postgresql with a name available in http://apt.postgresql.org/pub/repos/apt/
@ -74,6 +74,8 @@ notifications:
before_install: before_install:
- | - |
echo "Add ondrej PPA"
add-apt-repository -y ppa:ondrej/php
echo "Disabling Xdebug for composer" echo "Disabling Xdebug for composer"
export PHP_VERSION_NAME=$(phpenv version-name) export PHP_VERSION_NAME=$(phpenv version-name)
cp ~/.phpenv/versions/$PHP_VERSION_NAME/etc/conf.d/xdebug.ini /tmp/xdebug.ini cp ~/.phpenv/versions/$PHP_VERSION_NAME/etc/conf.d/xdebug.ini /tmp/xdebug.ini