mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-08 23:24:27 -07:00
Make 2.17 the min Ansible version
This commit is contained in:
parent
5ebc615a48
commit
7cee2e87b0
3 changed files with 7 additions and 7 deletions
8
.github/workflows/ansible-test.yml
vendored
8
.github/workflows/ansible-test.yml
vendored
|
@ -13,12 +13,12 @@ jobs:
|
|||
# of ansible-core and each major version of Python supported by both.
|
||||
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
|
||||
ansible_version:
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
python_version:
|
||||
- '3.10'
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
- '3.13'
|
||||
steps:
|
||||
- name: check out code
|
||||
uses: actions/checkout@v4
|
||||
|
@ -46,12 +46,12 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
ansible_version:
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
python_version:
|
||||
- '3.10'
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
- '3.13'
|
||||
steps:
|
||||
- name: check out code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue