Remove Ubuntu 16.04 from CI. (#11556)
It’s actually been EOL for a while now, and the recent transition back into support via Cannoncial’s ESM support tier does not actually change our own support status.
Austin S. Hemmelgarn committed
Sep 23, 2021 at 10:57 UTC
d181d5f057d183f3333d09baa8caafe2f4550fc5
4 files changed
-10
.github/workflows/build-and-install.yml
-4
@@ -49,7 +49,6 @@ jobs:
49
- 'ubuntu:21.04'
50
- 'ubuntu:20.04'
51
- 'ubuntu:18.04'
52
- - 'ubuntu:16.04'
52
include:
53
- distro: 'alpine:edge'
54
pre: 'apk add -U bash'
@@ -104,9 +103,6 @@ jobs:
103
- distro: 'ubuntu:18.04'
104
pre: 'apt-get update'
105
rmjsonc: 'apt-get remove -y libjson-c-dev'
107
- - distro: 'ubuntu:16.04'
108
- pre: 'apt-get update'
109
- rmjsonc: 'apt-get remove -y libjson-c-dev'
106
runs-on: ubuntu-latest
107
steps:
108
- name: Git clone repository
.github/workflows/packaging.yml
-2
@@ -32,8 +32,6 @@ jobs:
32
- {distro: debian, version: "10", pkgclouddistro: debian/buster, format: deb, base_image: debian, platform: linux/i386, arch: i386}
33
- {distro: debian, version: "11", pkgclouddistro: debian/bullseye, format: deb, base_image: debian, platform: linux/amd64, arch: amd64, alias: bullseye}
34
- {distro: debian, version: "11", pkgclouddistro: debian/bullseye, format: deb, base_image: debian, platform: linux/i386, arch: i386, alias: bullseye}
35
- - {distro: ubuntu, version: "16.04", pkgclouddistro: ubuntu/xenial, format: deb, base_image: ubuntu, platform: linux/amd64, arch: amd64}
36
- - {distro: ubuntu, version: "16.04", pkgclouddistro: ubuntu/xenial, format: deb, base_image: ubuntu, platform: linux/i386, arch: i386}
35
- {distro: ubuntu, version: "18.04", pkgclouddistro: ubuntu/bionic, format: deb, base_image: ubuntu, platform: linux/amd64, arch: amd64}
36
- {distro: ubuntu, version: "18.04", pkgclouddistro: ubuntu/bionic, format: deb, base_image: ubuntu, platform: linux/i386, arch: i386}
37
- {distro: ubuntu, version: "20.04", pkgclouddistro: ubuntu/focal, format: deb, base_image: ubuntu, platform: linux/amd64, arch: amd64}
.github/workflows/repoconfig-packages.yml
-1
@@ -19,7 +19,6 @@ jobs:
19
- {distro: debian, version: "9", pkgclouddistro: debian/stretch, format: deb, base_image: debian, platform: linux/amd64, arch: amd64}
20
- {distro: debian, version: "10", pkgclouddistro: debian/buster, format: deb, base_image: debian, platform: linux/amd64, arch: amd64}
21
- {distro: debian, version: "11", pkgclouddistro: debian/bullseye, format: deb, base_image: debian, platform: linux/amd64, arch: amd64}
22
- - {distro: ubuntu, version: "16.04", pkgclouddistro: ubuntu/xenial, format: deb, base_image: ubuntu, platform: linux/amd64, arch: amd64}
22
- {distro: ubuntu, version: "18.04", pkgclouddistro: ubuntu/bionic, format: deb, base_image: ubuntu, platform: linux/amd64, arch: amd64}
23
- {distro: ubuntu, version: "20.04", pkgclouddistro: ubuntu/focal, format: deb, base_image: ubuntu, platform: linux/amd64, arch: amd64}
24
- {distro: ubuntu, version: "21.04", pkgclouddistro: ubuntu/hirsute, format: deb, base_image: ubuntu, platform: linux/amd64, arch: amd64}
.github/workflows/updater.yml
-3
@@ -30,7 +30,6 @@ jobs:
30
- 'debian:bullseye' # 11
31
- 'fedora:33'
32
- 'fedora:34'
33
- - 'ubuntu:16.04'
33
- 'ubuntu:18.04'
34
- 'ubuntu:20.04'
35
- 'ubuntu:21.04'
@@ -47,8 +46,6 @@ jobs:
46
pre: 'apt-get update'
47
- distro: 'debian:bullseye' # 11
48
pre: 'apt-get update'
50
- - distro: 'ubuntu:16.04'
51
- pre: 'apt-get update'
49
- distro: 'ubuntu:18.04'
50
pre: 'apt-get update'
51
- distro: 'ubuntu:20.04'