From 6d765d520714a4be016cb7dd04ef8fa2cd3cf16e Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 28 Nov 2023 10:02:43 +0100 Subject: [PATCH] CI: add stable-2.15 to GHA matrix (#146) (cherry picked from commit 68344f38149eccbc012a27b100d061a8c18a7b0d) --- .github/workflows/ansible-test-plugins.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 375b7aa..5a6210c 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -27,6 +27,7 @@ jobs: - stable-2.12 - stable-2.13 - stable-2.14 + - stable-2.15 - devel steps: - name: Perform sanity testing @@ -48,6 +49,7 @@ jobs: - stable-2.12 - stable-2.13 - stable-2.14 + - stable-2.15 - devel python: - 3.9 @@ -61,6 +63,9 @@ jobs: - python: 3.9 ansible: "stable-2.14" proxysql: 2.4.4 + - python: 3.9 + ansible: "stable-2.15" + proxysql: 2.4.4 - python: 3.9 ansible: "stable-2.12" proxysql: 2.3.2 @@ -70,6 +75,9 @@ jobs: - python: 3.9 ansible: "stable-2.14" proxysql: 2.3.2 + - python: 3.9 + ansible: "stable-2.15" + proxysql: 2.3.2 steps: - name: >-