mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
#205 - remove EoL Debian/Ubuntu versions, add Ubuntu 22.04 (jammy)
- Docker no longer lists Debian 9 and Ubuntu 16.04 LTS under "OS requirements" and there are also no molecule tests for Ubuntu 16.04 - Added Ubuntu 22.04 LTS while on it
This commit is contained in:
parent
99e501c366
commit
279392701d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -43,11 +43,11 @@ jobs:
|
|||||||
distro:
|
distro:
|
||||||
- rockylinux8
|
- rockylinux8
|
||||||
- centos7
|
- centos7
|
||||||
|
- ubuntu2204
|
||||||
- ubuntu2004
|
- ubuntu2004
|
||||||
- ubuntu1804
|
- ubuntu1804
|
||||||
- debian11
|
- debian11
|
||||||
- debian10
|
- debian10
|
||||||
- debian9
|
|
||||||
- fedora34
|
- fedora34
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -18,14 +18,13 @@ galaxy_info:
|
|||||||
- all
|
- all
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- stretch
|
|
||||||
- buster
|
- buster
|
||||||
- bullseye
|
- bullseye
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- xenial
|
|
||||||
- bionic
|
- bionic
|
||||||
- focal
|
- focal
|
||||||
|
- jammy
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- web
|
- web
|
||||||
- system
|
- system
|
||||||
|
Loading…
Reference in New Issue
Block a user