From b08ebe25bb8f976c054a1a2c6e1d6a3f65edc74a Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Wed, 1 Sep 2021 09:47:35 +0200 Subject: [PATCH] Drop Ubuntu Xenial support (16.04) --- .travis.yml | 1 - README.md | 1 - Vagrantfile | 2 -- meta/main.yml | 1 - 4 files changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39f767f..1fa6342 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ env: - PLATFORM='docker-debian-bullseye-php74' ANSIBLE_VERSION='>=2.11,<2.12' - PLATFORM='docker-debian-bullseye-php80' ANSIBLE_VERSION='>=2.11,<2.12' - PLATFORM='docker-debian-buster-php74' ANSIBLE_VERSION='>=2.11,<2.12' - - PLATFORM='docker-ubuntu-xenial-php70' ANSIBLE_VERSION='>=2.11,<2.12' - PLATFORM='docker-ubuntu-bionic-php72' ANSIBLE_VERSION='>=2.11,<2.12' os: diff --git a/README.md b/README.md index d932802..78ab819 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Other cases: | OS | PHP 7.0 | PHP 7.1 | PHP 7.2 | PHP 7.3 | PHP >= 7.4 | |:---------------------:|:-------------------:|:--------------------:|:--------------------:|:--------------------:|:--------------------: -| Ubuntu Xenial (16.04) | :heavy_check_mark: | :x: | :x: | :x: | :x: | | Ubuntu Bionic (18.04) | :x: | :x: | :heavy_check_mark: | :x: | :x: | | FreeBSD 11 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Need tests... | | FreeBSD 12 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Need tests... | diff --git a/Vagrantfile b/Vagrantfile index b6cdf49..9d5832b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,7 +12,6 @@ Vagrant.configure("2") do |config| { :name => "debian-buster-php74", :box => "debian/buster64", :vars => { "php_version": '7.4' }}, { :name => "debian-bullseye-php74", :box => "debian/bullseye64", :vars => { }}, { :name => "debian-bullseye-php80", :box => "debian/bullseye64", :vars => { "php_version": '8.0' }}, - { :name => "ubuntu-xenial-php70", :box => "ubuntu/xenial64", :vars => { }}, { :name => "ubuntu-bionic-php72", :box => "ubuntu/bionic64", :vars => { }}, ] @@ -28,7 +27,6 @@ Vagrant.configure("2") do |config| { :name => "docker-debian-buster-php74", :docker => "hanxhx/vagrant-ansible:debian10", :vars => { "php_version": '7.4' }}, { :name => "docker-debian-bullseye-php74", :docker => "hanxhx/vagrant-ansible:debian11", :vars => { }}, { :name => "docker-debian-bullseye-php80", :docker => "hanxhx/vagrant-ansible:debian11", :vars => { "php_version": '8.0' }}, - { :name => "docker-ubuntu-xenial-php70", :docker => "hanxhx/vagrant-ansible:ubuntu16.04", :vars => { }}, { :name => "docker-ubuntu-bionic-php72", :docker => "hanxhx/vagrant-ansible:ubuntu18.04", :vars => { }}, ] diff --git a/meta/main.yml b/meta/main.yml index 28c3a3b..3fde8d4 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -13,7 +13,6 @@ galaxy_info: - bullseye - name: Ubuntu versions: - - xenial - bionic - name: FreeBSD versions: