Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ansible-core stable-2.15 and stable-2.16 to tests matrix now that "devel" links to 2.17 #574

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,11 @@ Here is the table for the support timeline:

### ansible-core

- 2.12
- 2.13
- 2.14
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- current development version

### Databases
Expand Down
2 changes: 2 additions & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ The Makefile accept the following options
- "stable-2.12"
- "stable-2.13"
- "stable-2.14"
- "stable-2.15"
- "stable-2.16"
- "devel"
- Description: Version of ansible to install in a venv to run ansible-test

Expand Down