1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +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

@ -25,7 +25,7 @@ sanity:
- tags
parallel:
matrix:
- ANSIBLE_VERSION: ["devel", "2.13", "2.14", "2.15"]
- ANSIBLE_VERSION: ["devel", "2.14", "2.15"]
GROUP: [1]
script:
- bash tests/utils/gitlab/gitlab.sh ${ANSIBLE_VERSION}/sanity/${GROUP}