Cut ansible-core 2.12 and 2.13 from GHA test matrix

This commit is contained in:
Laurent Indermuehle 2023-09-27 17:35:43 +02:00
commit 167a1dda6b
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
2 changed files with 2 additions and 39 deletions

View file

@ -22,8 +22,6 @@ jobs:
strategy:
matrix:
ansible:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
@ -43,8 +41,6 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
@ -115,9 +111,6 @@ jobs:
- db_engine_version: 5.7.40
python: '3.10'
- db_engine_version: 5.7.40
ansible: stable-2.13
- db_engine_version: 5.7.40
ansible: stable-2.14
@ -181,9 +174,6 @@ jobs:
- python: '3.10'
connector_version: 2.0.3
- python: '3.8'
ansible: stable-2.13
- python: '3.8'
ansible: stable-2.14
@ -196,9 +186,6 @@ jobs:
- python: '3.8'
ansible: devel
- python: '3.9'
ansible: stable-2.12
- python: '3.9'
ansible: stable-2.15
@ -208,9 +195,6 @@ jobs:
- python: '3.9'
ansible: devel
- python: '3.10'
ansible: stable-2.12
services:
db_primary:
image: docker.io/library/${{ matrix.db_engine_name }}:${{ matrix.db_engine_version }}
@ -356,8 +340,6 @@ jobs:
fail-fast: true
matrix:
ansible:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
@ -366,8 +348,6 @@ jobs:
- 3.8
- 3.9
exclude:
- python: '3.8'
ansible: stable-2.13
- python: '3.8'
ansible: stable-2.14
- python: '3.8'
@ -376,8 +356,6 @@ jobs:
ansible: stable-2.16
- python: '3.8'
ansible: devel
- python: '3.9'
ansible: stable-2.12
steps:
- name: >-

View file

@ -24,31 +24,16 @@ jobs:
mysql:
- 2.0.12
ansible:
- stable-2.11
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- devel
python:
- 3.6
- 3.8
- 3.9
exclude:
- python: 3.6
ansible: stable-2.12
- python: 3.6
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: