mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
ci: use latest python version for ansible devel jobs (#436)
##### SUMMARY For each job, we use the oldest python version supported for the given ansible-core version. Now, for the ansible-core devel version, we use the most recent version of python supported. This ensure that we are compatible with all python version.
This commit is contained in:
parent
9495b9f25a
commit
d08708e550
1 changed files with 4 additions and 4 deletions
|
|
@ -95,8 +95,8 @@ stages:
|
||||||
- template: templates/matrix.yml
|
- template: templates/matrix.yml
|
||||||
parameters:
|
parameters:
|
||||||
targets:
|
targets:
|
||||||
- name: (py3.10)
|
- name: (py3.12)
|
||||||
test: devel/units/3.10
|
test: devel/units/3.12
|
||||||
|
|
||||||
- stage: Units_2_16
|
- stage: Units_2_16
|
||||||
displayName: Units 2.16
|
displayName: Units 2.16
|
||||||
|
|
@ -147,8 +147,8 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
groups: [1, 2, 3]
|
groups: [1, 2, 3]
|
||||||
targets:
|
targets:
|
||||||
- name: (py3.10)
|
- name: (py3.12)
|
||||||
test: devel/integration/3.10
|
test: devel/integration/3.12
|
||||||
|
|
||||||
- stage: Integration_2_16
|
- stage: Integration_2_16
|
||||||
displayName: Integration 2.16
|
displayName: Integration 2.16
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue