Skip to content

Commit

Permalink
add core 2.16 to CI (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist authored Sep 20, 2023
1 parent 6d3b276 commit 85ead94
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- devel
steps:

Expand Down Expand Up @@ -116,6 +117,7 @@ jobs:
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- devel

steps:
Expand Down Expand Up @@ -190,6 +192,7 @@ jobs:
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- devel
python:
- '3.6'
Expand All @@ -203,6 +206,14 @@ jobs:
# https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
- ansible: 'stable-2.13'
python: '3.11'
- ansible: 'stable-2.16'
python: '3.6'
- ansible: 'stable-2.16'
python: '3.7'
- ansible: 'stable-2.16'
python: '3.8'
- ansible: 'stable-2.16'
python: '3.9'
- ansible: 'stable-2.15'
python: '3.6'
- ansible: 'stable-2.15'
Expand All @@ -215,6 +226,8 @@ jobs:
python: '3.7'
- ansible: 'devel'
python: '3.8'
- ansible: 'devel'
python: '3.9'

steps:
- name: Initialize env vars
Expand Down Expand Up @@ -306,10 +319,10 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.15
- stable-2.16
- devel
python:
- '3.10'
- '3.11'
runner:
- ubuntu-latest
test_container:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ If you use the Ansible package and don't update collections independently, use *
* 2.13
* 2.14
* 2.15
* 2.16
* devel (latest development commit)

See [the CI configuration](https://github.com/ansible-collections/community.hashi_vault/blob/main/.github/workflows/ansible-test.yml) for the most accurate testing information.
Expand Down

0 comments on commit 85ead94

Please sign in to comment.