Add stable-2.15 and 2.16 now that devel link to 2.17

This commit is contained in:
Laurent Indermuehle 2023-09-19 15:08:44 +02:00
commit 24689b3864
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -25,6 +25,8 @@ jobs:
- stable-2.12 - stable-2.12
- stable-2.13 - stable-2.13
- stable-2.14 - stable-2.14
- stable-2.15
- stable-2.16
- devel - devel
steps: steps:
- name: Perform sanity testing - name: Perform sanity testing
@ -44,6 +46,8 @@ jobs:
- stable-2.12 - stable-2.12
- stable-2.13 - stable-2.13
- stable-2.14 - stable-2.14
- stable-2.15
- stable-2.16
- devel - devel
db_engine_name: db_engine_name:
- mysql - mysql
@ -117,6 +121,12 @@ jobs:
- db_engine_version: 5.7.40 - db_engine_version: 5.7.40
ansible: stable-2.14 ansible: stable-2.14
- db_engine_version: 5.7.40
ansible: stable-2.15
- db_engine_version: 5.7.40
ansible: stable-2.16
- db_engine_version: 5.7.40 - db_engine_version: 5.7.40
ansible: devel ansible: devel
@ -177,12 +187,24 @@ jobs:
- python: '3.8' - python: '3.8'
ansible: stable-2.14 ansible: stable-2.14
- python: '3.8'
ansible: stable-2.15
- python: '3.8'
ansible: stable-2.16
- python: '3.8' - python: '3.8'
ansible: devel ansible: devel
- python: '3.9' - python: '3.9'
ansible: stable-2.12 ansible: stable-2.12
- python: '3.9'
ansible: stable-2.15
- python: '3.9'
ansible: stable-2.16
- python: '3.9' - python: '3.9'
ansible: devel ansible: devel
@ -337,6 +359,8 @@ jobs:
- stable-2.12 - stable-2.12
- stable-2.13 - stable-2.13
- stable-2.14 - stable-2.14
- stable-2.15
- stable-2.16
- devel - devel
python: python:
- 3.8 - 3.8
@ -346,6 +370,10 @@ jobs:
ansible: stable-2.13 ansible: stable-2.13
- python: '3.8' - python: '3.8'
ansible: stable-2.14 ansible: stable-2.14
- python: '3.8'
ansible: stable-2.15
- python: '3.8'
ansible: stable-2.16
- python: '3.8' - python: '3.8'
ansible: devel ansible: devel
- python: '3.9' - python: '3.9'