mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 18:30:27 -07:00
chore: bump ansible versions
This commit is contained in:
parent
b64af489ea
commit
13af84c3db
3 changed files with 6 additions and 3 deletions
|
@ -18,9 +18,11 @@ jobs:
|
|||
run:
|
||||
working-directory: ansible_collections/google/cloud
|
||||
strategy:
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
ansible_version:
|
||||
- stable-2.13
|
||||
- stable-2.14
|
||||
- stable-2.15
|
||||
steps:
|
||||
- name: check out code
|
||||
uses: actions/checkout@v2
|
||||
|
|
3
.github/workflows/ansible-test.yml
vendored
3
.github/workflows/ansible-test.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
|||
matrix:
|
||||
ansible_version:
|
||||
- stable-2.14
|
||||
- stable-2.15
|
||||
steps:
|
||||
- name: check out code
|
||||
uses: actions/checkout@v2
|
||||
|
@ -48,7 +49,7 @@ jobs:
|
|||
matrix:
|
||||
ansible_version:
|
||||
- stable-2.14
|
||||
- stable-2.11
|
||||
- stable-2.15
|
||||
steps:
|
||||
- name: check out code
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
requires_ansible: '>=2.9.10'
|
||||
requires_ansible: '>=2.14'
|
||||
|
||||
action_groups:
|
||||
gcp:
|
||||
|
|
Loading…
Add table
Reference in a new issue