mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2024-11-18 19:10:39 +01:00
Run CI against more modern targets.
This commit is contained in:
parent
e820e27e79
commit
925a39a303
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -41,16 +41,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- distro: centos8
|
- distro: rockylinux8
|
||||||
playbook: converge.yml
|
playbook: converge.yml
|
||||||
- distro: centos7
|
- distro: ubuntu2004
|
||||||
playbook: converge.yml
|
playbook: converge.yml
|
||||||
- distro: ubuntu1804
|
- distro: debian11
|
||||||
playbook: converge.yml
|
|
||||||
- distro: debian10
|
|
||||||
playbook: converge.yml
|
playbook: converge.yml
|
||||||
|
|
||||||
- distro: debian10
|
- distro: debian11
|
||||||
playbook: calico.yml
|
playbook: calico.yml
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -17,6 +17,7 @@ galaxy_info:
|
|||||||
versions:
|
versions:
|
||||||
- stretch
|
- stretch
|
||||||
- buster
|
- buster
|
||||||
|
- bullseye
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- xenial
|
- xenial
|
||||||
|
Loading…
Reference in New Issue
Block a user