From 325f4d301b2fe3f885b0d0a22c1324c327e48546 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 10 Oct 2024 10:25:49 +0200 Subject: [PATCH] GHA: add testing against stable-2.18, remove stable-2.15 --- .github/workflows/ansible-test-plugins.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 4a6e28f..86a7edb 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -24,9 +24,9 @@ jobs: strategy: matrix: ansible: - - stable-2.15 - stable-2.16 - stable-2.17 + - stable-2.18 - devel steps: @@ -56,9 +56,9 @@ jobs: fail-fast: true matrix: ansible: - - stable-2.15 - stable-2.16 - stable-2.17 + - stable-2.18 - devel steps: @@ -100,9 +100,9 @@ jobs: fail-fast: false matrix: ansible: - - stable-2.15 - stable-2.16 - stable-2.17 + - stable-2.18 - devel clickhouse: - 21.8.15.7