diff options
author | Matt Clay <matt@mystile.com> | 2025-01-07 23:37:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 23:37:35 +0100 |
commit | 35c4b58c11aed6438c91c4b76ecb6679e6f6052a (patch) | |
tree | 492a6a02f2861bf356dc02ca9f0723cb686691fb /test/lib | |
parent | ansible-test - Replace Fedora 40 with 41 (#84281) (diff) | |
download | ansible-35c4b58c11aed6438c91c4b76ecb6679e6f6052a.tar.xz ansible-35c4b58c11aed6438c91c4b76ecb6679e6f6052a.zip |
ansible-test - Replace Alpine 3.20 with 3.21 (#84525)
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/ansible_test/_data/completion/docker.txt | 2 | ||||
-rw-r--r-- | test/lib/ansible_test/_data/completion/remote.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index 9ee40af850..b724611c1a 100644 --- a/test/lib/ansible_test/_data/completion/docker.txt +++ b/test/lib/ansible_test/_data/completion/docker.txt @@ -1,7 +1,7 @@ base image=quay.io/ansible/base-test-container:7.7.0 python=3.13,3.8,3.9,3.10,3.11,3.12 default image=quay.io/ansible/default-test-container:11.3.0 python=3.13,3.8,3.9,3.10,3.11,3.12 context=collection default image=quay.io/ansible/ansible-core-test-container:11.3.0 python=3.13,3.8,3.9,3.10,3.11,3.12 context=ansible-core -alpine320 image=quay.io/ansible/alpine320-test-container:9.0.0 python=3.12 cgroup=none audit=none +alpine321 image=quay.io/ansible/alpine321-test-container:9.1.0 python=3.12 cgroup=none audit=none fedora41 image=quay.io/ansible/fedora41-test-container:9.0.0 python=3.13 cgroup=v2-only ubuntu2204 image=quay.io/ansible/ubuntu2204-test-container:9.0.0 python=3.10 ubuntu2404 image=quay.io/ansible/ubuntu2404-test-container:9.0.0 python=3.12 diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 522dc2f3b5..39feb8771a 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,4 +1,4 @@ -alpine/3.20 python=3.12 become=doas_sudo provider=aws arch=x86_64 +alpine/3.21 python=3.12 become=doas_sudo provider=aws arch=x86_64 alpine become=doas_sudo provider=aws arch=x86_64 fedora/41 python=3.13 become=sudo provider=aws arch=x86_64 fedora become=sudo provider=aws arch=x86_64 |