mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-12-05 01:59:14 +00:00
test: run devel (ansible-core 2.18) tests with python 3.13 (#575)
##### SUMMARY See https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
This commit is contained in:
parent
bb23d0ab14
commit
b545860e9e
1 changed files with 4 additions and 4 deletions
|
@ -85,8 +85,8 @@ stages:
|
||||||
- template: templates/matrix.yml
|
- template: templates/matrix.yml
|
||||||
parameters:
|
parameters:
|
||||||
targets:
|
targets:
|
||||||
- name: (py3.12)
|
- name: (py3.13)
|
||||||
test: devel/units/3.12
|
test: devel/units/3.13
|
||||||
|
|
||||||
- stage: Units_2_17
|
- stage: Units_2_17
|
||||||
displayName: Units 2.17
|
displayName: Units 2.17
|
||||||
|
@ -127,8 +127,8 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
groups: [1, 2, 3]
|
groups: [1, 2, 3]
|
||||||
targets:
|
targets:
|
||||||
- name: (py3.12)
|
- name: (py3.13)
|
||||||
test: devel/integration/3.12
|
test: devel/integration/3.13
|
||||||
|
|
||||||
- stage: Integration_2_17
|
- stage: Integration_2_17
|
||||||
displayName: Integration 2.17
|
displayName: Integration 2.17
|
||||||
|
|
Loading…
Reference in a new issue