mirror of
https://github.com/ansible/ansible
synced 2026-06-19 07:35:52 +00:00
Test RHEL 9 using Python 3.14 (#87073)
This was overlooked in https://github.com/ansible/ansible/pull/87057
This commit is contained in:
@@ -97,8 +97,8 @@ stages:
|
||||
test: macos/26.3
|
||||
- name: RHEL 9.7 py39
|
||||
test: rhel/9.7@3.9
|
||||
- name: RHEL 9.7 py312
|
||||
test: rhel/9.7@3.12
|
||||
- name: RHEL 9.7 py314
|
||||
test: rhel/9.7@3.14
|
||||
- name: RHEL 10.1 py312
|
||||
test: rhel/10.1@3.12
|
||||
- name: RHEL 10.1 py314
|
||||
@@ -130,6 +130,8 @@ stages:
|
||||
targets:
|
||||
- name: Fedora 44
|
||||
test: fedora/44
|
||||
- name: RHEL 9.7
|
||||
test: rhel/9.7
|
||||
- name: RHEL 10.1
|
||||
test: rhel/10.1
|
||||
- name: Ubuntu 26.04
|
||||
|
||||
@@ -8,7 +8,7 @@ freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
|
||||
macos/26.3 python=3.14 python_dir=/usr/local/bin become=sudo provider=mac arch=aarch64 alias=macos/26,macos/latest
|
||||
macos python_dir=/usr/local/bin become=sudo provider=mac arch=aarch64
|
||||
rhel/8.10 python=3.12 become=sudo provider=aws arch=x86_64 alias=rhel/8
|
||||
rhel/9.7 python=3.9,3.12 become=sudo provider=aws arch=x86_64 alias=rhel/9
|
||||
rhel/9.7 python=3.9,3.14 become=sudo provider=aws arch=x86_64 alias=rhel/9
|
||||
rhel/10.1 python=3.12,3.14 become=sudo provider=aws arch=x86_64 alias=rhel/10,rhel/latest
|
||||
rhel become=sudo provider=aws arch=x86_64
|
||||
ubuntu/24.04 python=3.12 become=sudo provider=aws arch=x86_64
|
||||
|
||||
Reference in New Issue
Block a user