Skip to content

Commit

Permalink
Add stable-2.15 and 2.16 now that devel link to 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-indermuehle committed Sep 19, 2023
1 parent 9439282 commit 24689b3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/ansible-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- devel
steps:
- name: Perform sanity testing
Expand All @@ -44,6 +46,8 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- devel
db_engine_name:
- mysql
Expand Down Expand Up @@ -117,6 +121,12 @@ jobs:
- db_engine_version: 5.7.40
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
ansible: devel

Expand Down Expand Up @@ -177,12 +187,24 @@ jobs:
- python: '3.8'
ansible: stable-2.14

- python: '3.8'
ansible: stable-2.15

- python: '3.8'
ansible: stable-2.16

- python: '3.8'
ansible: devel

- python: '3.9'
ansible: stable-2.12

- python: '3.9'
ansible: stable-2.15

- python: '3.9'
ansible: stable-2.16

- python: '3.9'
ansible: devel

Expand Down Expand Up @@ -337,6 +359,8 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- devel
python:
- 3.8
Expand All @@ -346,6 +370,10 @@ jobs:
ansible: stable-2.13
- python: '3.8'
ansible: stable-2.14
- python: '3.8'
ansible: stable-2.15
- python: '3.8'
ansible: stable-2.16
- python: '3.8'
ansible: devel
- python: '3.9'
Expand Down

0 comments on commit 24689b3

Please sign in to comment.