Bump PowerShell 7.6 to GM release (#86688)

* Bump PowerShell 7.6 to GM release

* Update test container references
pull/86691/head
Jordan Borean 2 months ago committed by GitHub
parent 1d16ef3334
commit e091045923
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,6 @@
base image=quay.io/ansible/base-test-container:v2.21-2 python=3.14,3.9,3.10,3.11,3.12,3.13 powershell=7.6
default image=quay.io/ansible/default-test-container:v2.21-2 python=3.14,3.9,3.10,3.11,3.12,3.13 powershell=7.6 context=collection
default image=quay.io/ansible/ansible-core-test-container:v2.21-2 python=3.14,3.9,3.10,3.11,3.12,3.13 powershell=7.6 context=ansible-core
base image=quay.io/ansible/base-test-container:v2.21-3 python=3.14,3.9,3.10,3.11,3.12,3.13 powershell=7.6
default image=quay.io/ansible/default-test-container:v2.21-3 python=3.14,3.9,3.10,3.11,3.12,3.13 powershell=7.6 context=collection
default image=quay.io/ansible/ansible-core-test-container:v2.21-3 python=3.14,3.9,3.10,3.11,3.12,3.13 powershell=7.6 context=ansible-core
alpine323 image=quay.io/ansible/alpine-test-container:3.23-v2.21-1 python=3.12 cgroup=none audit=none alias=alpine
fedora43 image=quay.io/ansible/fedora-test-container:43-v2.21-2 python=3.14 cgroup=v2-only alias=fedora
ubuntu2204 image=quay.io/ansible/ubuntu-test-container:22.04-v2.20-1 python=3.10

@ -20,7 +20,7 @@ CONTROLLER_MIN_PYTHON_VERSION = CONTROLLER_PYTHON_VERSIONS[0]
SUPPORTED_PYTHON_VERSIONS = REMOTE_ONLY_PYTHON_VERSIONS + CONTROLLER_PYTHON_VERSIONS
SUPPORTED_POWERSHELL_VERSIONS = [
'7.6.0-rc.1',
'7.6.0',
]
"""
PowerShell versions supported by ansible-test.

Loading…
Cancel
Save