From b304cf0151e0a325f2551ad68d8746ed063665a7 Mon Sep 17 00:00:00 2001 From: Gabriel Nagy Date: Wed, 4 Aug 2021 16:26:43 +0300 Subject: [PATCH] Fix test install workflow --- .github/workflows/install_puppet.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/install_puppet.yaml b/.github/workflows/install_puppet.yaml index d5690c2..13f71d1 100644 --- a/.github/workflows/install_puppet.yaml +++ b/.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" },