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:
|
||||
- rockylinux8
|
||||
- centos7
|
||||
- ubuntu2204
|
||||
- ubuntu2004
|
||||
- ubuntu1804
|
||||
- debian11
|
||||
- debian10
|
||||
- debian9
|
||||
- fedora34
|
||||
|
||||
steps:
|
||||
|
@ -18,14 +18,13 @@ galaxy_info:
|
||||
- all
|
||||
- name: Debian
|
||||
versions:
|
||||
- stretch
|
||||
- buster
|
||||
- bullseye
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- xenial
|
||||
- bionic
|
||||
- focal
|
||||
- jammy
|
||||
galaxy_tags:
|
||||
- web
|
||||
- system
|
||||
|
Loading…
Reference in New Issue
Block a user