From 18e20c7d01807b991d5b5373d761f1b32187e15e Mon Sep 17 00:00:00 2001 From: nevart Date: Wed, 25 Sep 2024 16:16:42 +0000 Subject: [PATCH] CI: test debian12, drop debian11 and debian10 --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d5cf08..b97c8b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,3 +14,5 @@ jobs: integration: name: Integration uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.2.0 + with: + distros: '[ "debian12" ]'