Gabriel Nagy
3 years ago
No known key found for this signature in database
GPG Key ID: A2B2C9C0F6B672B3
1 changed files with
1 additions and
2 deletions
-
.github/workflows/install_puppet.yaml
|
|
@ -15,12 +15,11 @@ jobs: |
|
|
|
matrix: |
|
|
|
collection: [ puppet6, puppet7 ] |
|
|
|
os: [ |
|
|
|
{ name: "CentOS 6", image: "litmusimage/centos:6" }, |
|
|
|
{ name: "CentOS 7", image: "litmusimage/centos:7" }, |
|
|
|
{ name: "CentOS 8", image: "litmusimage/centos:8" }, |
|
|
|
{ name: "Debian 9", image: "litmusimage/debian:9" }, |
|
|
|
{ name: "Debian 10", image: "litmusimage/debian:10" }, |
|
|
|
{ name: "Debian 11", image: "litmusimage/debian:11" }, |
|
|
|
# { name: "Debian 11", image: "litmusimage/debian:11" }, # TODO enable when Debian 11 builds are public |
|
|
|
{ name: "Ubuntu 16.04", image: "litmusimage/ubuntu:16.04" }, |
|
|
|
{ name: "Ubuntu 18.04", image: "litmusimage/ubuntu:18.04" }, |
|
|
|
{ name: "Ubuntu 20.04", image: "litmusimage/ubuntu:20.04" }, |
|
|
|