Reformat sort by python version first

This commit is contained in:
Laurent Indermuehle 2022-08-03 14:57:18 +02:00
commit 48d52b7714
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -33,14 +33,14 @@ jobs:
- 3.8 - 3.8
- 3.9 - 3.9
exclude: exclude:
- python: 3.9
ansible: stable-2.11
- python: 3.9
ansible: stable-2.12
- python: 3.8 - python: 3.8
ansible: stable-2.13 ansible: stable-2.13
- python: 3.8 - python: 3.8
ansible: devel ansible: devel
- python: 3.9
ansible: stable-2.11
- python: 3.9
ansible: stable-2.12
steps: steps:
- name: Check out code - name: Check out code
@ -91,22 +91,22 @@ jobs:
connector: pymysql==0.7.10 connector: pymysql==0.7.10
- db_engine_version: mariadb_10.8.3 - db_engine_version: mariadb_10.8.3
connector: pymysql==0.7.10 connector: pymysql==0.7.10
- python: 3.8
ansible: stable-2.11
- python: 3.9
ansible: stable-2.11
- python: 3.6 - python: 3.6
ansible: stable-2.12 ansible: stable-2.12
- python: 3.9
ansible: stable-2.12
- python: 3.6 - python: 3.6
ansible: stable-2.13 ansible: stable-2.13
- python: 3.8
ansible: stable-2.13
- python: 3.6 - python: 3.6
ansible: devel ansible: devel
- python: 3.8
ansible: stable-2.11
- python: 3.8
ansible: stable-2.13
- python: 3.8 - python: 3.8
ansible: devel ansible: devel
- python: 3.9
ansible: stable-2.11
- python: 3.9
ansible: stable-2.12
steps: steps:
@ -172,14 +172,14 @@ jobs:
- 3.8 - 3.8
- 3.9 - 3.9
exclude: exclude:
- python: 3.9
ansible: stable-2.11
- python: 3.9
ansible: stable-2.12
- python: 3.8 - python: 3.8
ansible: stable-2.13 ansible: stable-2.13
- python: 3.8 - python: 3.8
ansible: devel ansible: devel
- python: 3.9
ansible: stable-2.11
- python: 3.9
ansible: stable-2.12
steps: steps:
- name: Check out code - name: Check out code