From 1590c6a4ccef648147fe4f5a0e8b20e63ddd94c6 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 14:14:06 -0400 Subject: [PATCH] Update URL reference in integration-test CI file (#1112) (#1114) (cherry picked from commit 210467b26d2880b37428bb42d786b63294098f4c) Co-authored-by: Bianca Henderson --- .github/workflows/integration-tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 30b6d9c3..12358e26 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -55,7 +55,8 @@ jobs: strategy: fail-fast: false matrix: - ansible-version: ["2.18", "milestone"] + # Ref must match a branch/tag on github.com/ansible/ansible (e.g. stable-2.18, not 2.18). + ansible-version: ["stable-2.18", "milestone"] enable-turbo-mode: [true, false] exclude: - ansible-version: "milestone"