mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
feat: drop support for ansible-core 2.12 (#240)
* feat: drop support for ansible-core 2.12 ansible-core 2.12 is EOL since the 22 May 2023. https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#support-life * dropping ansible-core versions is a breaking change * rename changelog fragment
This commit is contained in:
parent
3055f4ab08
commit
3da91df8c3
4 changed files with 4 additions and 27 deletions
|
|
@ -76,15 +76,6 @@ stages:
|
|||
targets:
|
||||
- name: Sanity
|
||||
test: "2.13/sanity/1"
|
||||
- stage: Ansible_2_12
|
||||
displayName: Sanity 2.12
|
||||
dependsOn: []
|
||||
jobs:
|
||||
- template: templates/matrix.yml
|
||||
parameters:
|
||||
targets:
|
||||
- name: Sanity
|
||||
test: "2.12/sanity/1"
|
||||
|
||||
## Integration tests (remote)
|
||||
- stage: Hetzner_devel
|
||||
|
|
@ -143,20 +134,6 @@ stages:
|
|||
- name: hcloud
|
||||
test: "2.13/hcloud/3.9"
|
||||
|
||||
- stage: Hetzner_2_12
|
||||
displayName: Hetzner 2.12
|
||||
dependsOn: []
|
||||
jobs:
|
||||
- template: templates/matrix.yml
|
||||
parameters:
|
||||
groups:
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
targets:
|
||||
- name: hcloud
|
||||
test: "2.12/hcloud/3.9"
|
||||
|
||||
### Finally
|
||||
- stage: Summary
|
||||
condition: succeededOrFailed()
|
||||
|
|
@ -165,11 +142,9 @@ stages:
|
|||
- Ansible_2_15
|
||||
- Ansible_2_14
|
||||
- Ansible_2_13
|
||||
- Ansible_2_12
|
||||
- Hetzner_devel
|
||||
- Hetzner_2_15
|
||||
- Hetzner_2_14
|
||||
- Hetzner_2_13
|
||||
- Hetzner_2_12
|
||||
jobs:
|
||||
- template: templates/coverage.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue