From b06bb7269802e1fe583892599b3b5674a7a4eb9a Mon Sep 17 00:00:00 2001 From: Caian Ertl Date: Sun, 14 Jul 2024 21:51:13 -0300 Subject: [PATCH] ci: fix key `python-version` for `3.12` tests --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 91b9150..a72741c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,13 +78,13 @@ jobs: ansible-version: '9.7.0' # python 3.12 - - python-version: '3.11' + - python-version: '3.12' ansible-version: '6.7.0' - - python-version: '3.11' + - python-version: '3.12' ansible-version: '7.7.0' - - python-version: '3.11' + - python-version: '3.12' ansible-version: '8.7.0' - - python-version: '3.11' + - python-version: '3.12' ansible-version: '9.7.0' steps: