From 210467b26d2880b37428bb42d786b63294098f4c Mon Sep 17 00:00:00 2001 From: Bianca Henderson Date: Wed, 22 Apr 2026 11:59:04 -0400 Subject: [PATCH] Update URL reference in integration-test CI file (#1112) --- .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"