From c5ddeecc8a9f48bc813009ce0383dc69cde69a03 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 31 Dec 2023 12:52:31 -0700 Subject: [PATCH] [CI] Bump python to 3.10 and ansible to 2.14-16 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 050210a2..aca58d21 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,8 +18,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.9'] - ansible-version: ['2.12', '2.13', '2.14'] + python-version: ['3.10'] + ansible-version: ['2.14', '2.15', '2.16'] # Steps represent a sequence of tasks that will be executed as part of the job steps: