From 2647893d63824cf99b1e2620083344f47c6caf90 Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Mon, 6 Dec 2021 18:25:59 +0100 Subject: [PATCH] Remove Ubuntu 14.04 support This commit removes the support of Ubuntu 14.04. This distribution is EOL since April 30th 2019 and CI tests are failing because apt repositories aren't available anymore. --- README.md | 1 - test/matrix-6x.yml | 1 - test/matrix.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 10a31bd8..253650c3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Ansible role for 7.x/6.x Elasticsearch. Currently this works on Debian and RedHat based linux systems. Tested platforms are: -* Ubuntu 14.04 * Ubuntu 16.04 * Ubuntu 18.04 * Ubuntu 20.04 diff --git a/test/matrix-6x.yml b/test/matrix-6x.yml index 94aaead9..c92f9417 100644 --- a/test/matrix-6x.yml +++ b/test/matrix-6x.yml @@ -1,5 +1,4 @@ OS: - - ubuntu-1404 - ubuntu-1604 - ubuntu-1804 - ubuntu-2004 diff --git a/test/matrix.yml b/test/matrix.yml index 19f303db..21538e61 100644 --- a/test/matrix.yml +++ b/test/matrix.yml @@ -1,5 +1,4 @@ OS: - - ubuntu-1404 - ubuntu-1604 - ubuntu-1804 - ubuntu-2004