1
0
Fork 0
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.13 (#450)

##### SUMMARY

ansible-core 2.13 is EOL since 6 November 2023.

Fixes #400


https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
This commit is contained in:
Jonas L 2024-02-05 14:26:04 +01:00 committed by GitHub
parent 55d26162b3
commit 96f8009214
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 6 additions and 107 deletions

View file

@ -77,16 +77,6 @@ stages:
- name: Sanity
test: 2.14/sanity
- stage: Sanity_2_13
displayName: Sanity 2.13
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: 2.13/sanity
### Units
- stage: Units_devel
displayName: Units devel
@ -128,16 +118,6 @@ stages:
- name: (py3.9)
test: 2.14/units/3.9
- stage: Units_2_13
displayName: Units 2.13
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: (py3.8)
test: 2.13/units/3.8
## Integration
- stage: Integration_devel
displayName: Integration devel
@ -183,17 +163,6 @@ stages:
- name: (py3.9)
test: 2.14/integration/3.9
- stage: Integration_2_13
displayName: Integration 2.13
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
groups: [1, 2, 3]
targets:
- name: (py3.8)
test: 2.13/integration/3.8
### Finally
- stage: Summary
condition: succeededOrFailed()
@ -202,16 +171,13 @@ stages:
- Sanity_2_16
- Sanity_2_15
- Sanity_2_14
- Sanity_2_13
- Units_devel
- Units_2_16
- Units_2_15
- Units_2_14
- Units_2_13
- Integration_devel
- Integration_2_16
- Integration_2_15
- Integration_2_14
- Integration_2_13
jobs:
- template: templates/coverage.yml