From 48d52b771480ff71c639b05d74e578977cfbdffb Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Wed, 3 Aug 2022 14:57:18 +0200 Subject: [PATCH] Reformat sort by python version first --- .github/workflows/ansible-test-plugins.yml | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 41be3fa..3056760 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -33,14 +33,14 @@ jobs: - 3.8 - 3.9 exclude: - - python: 3.9 - ansible: stable-2.11 - - python: 3.9 - ansible: stable-2.12 - python: 3.8 ansible: stable-2.13 - python: 3.8 ansible: devel + - python: 3.9 + ansible: stable-2.11 + - python: 3.9 + ansible: stable-2.12 steps: - name: Check out code @@ -91,22 +91,22 @@ jobs: connector: pymysql==0.7.10 - db_engine_version: mariadb_10.8.3 connector: pymysql==0.7.10 - - python: 3.8 - ansible: stable-2.11 - - python: 3.9 - ansible: stable-2.11 - python: 3.6 ansible: stable-2.12 - - python: 3.9 - ansible: stable-2.12 - python: 3.6 ansible: stable-2.13 - - python: 3.8 - ansible: stable-2.13 - python: 3.6 ansible: devel + - python: 3.8 + ansible: stable-2.11 + - python: 3.8 + ansible: stable-2.13 - python: 3.8 ansible: devel + - python: 3.9 + ansible: stable-2.11 + - python: 3.9 + ansible: stable-2.12 steps: @@ -172,14 +172,14 @@ jobs: - 3.8 - 3.9 exclude: - - python: 3.9 - ansible: stable-2.11 - - python: 3.9 - ansible: stable-2.12 - python: 3.8 ansible: stable-2.13 - python: 3.8 ansible: devel + - python: 3.9 + ansible: stable-2.11 + - python: 3.9 + ansible: stable-2.12 steps: - name: Check out code