From ed4729e0b5d4e72ab768e4c315c97dffe9102b78 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 7 Jun 2024 14:50:54 +0200 Subject: [PATCH] Reduce test count --- .github/workflows/ansible-test-plugins.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 30d0068..6ce578c 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -59,8 +59,18 @@ jobs: - '3.8' - '3.9' - '3.10' - - '3.11' - - '3.12' + include: + - python: '3.11' + ansible: stable-2.17 + + - python: '3.11' + ansible: devel + + - python: '3.12' + ansible: stable-2.17 + + - python: '3.12' + ansible: devel exclude: - db_engine_name: mysql db_engine_version: 10.4.27