1
0
Fork 0
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:
Jonas L 2023-12-21 18:28:32 +01:00 committed by GitHub
parent 9495b9f25a
commit d08708e550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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