From eaefda4fb62bd165cff99230bbee23fe63c11331 Mon Sep 17 00:00:00 2001 From: Shiva Shankar Vaddepally Date: Wed, 16 Apr 2025 09:56:20 +0000 Subject: [PATCH] Upgrading netscaler version in integration tests Signed-off-by: Shiva Shankar Vaddepally --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed8053ab6..926e031ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -111,12 +111,12 @@ jobs: strategy: matrix: ansible: - - stable-2.15 + - stable-2.17 python-version: - 3.11 netscaler-version: - - 13.1-49.15 - - 14.1-4.42 + - 13.1-58.20 + - 14.1-47.29 steps: - name: Checkout the repo uses: actions/checkout@v4