diff options
author | Andrew Klychkov <aklychko@redhat.com> | 2021-03-25 19:24:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 19:24:01 +0100 |
commit | 46b02e125fbeb83c84f5ab56b524ecb106fc951c (patch) | |
tree | bb71601a1c6d61f2f2151077e1ca47126e69bdc2 | |
parent | Introduce the concept of playbooks early on (#74018) (diff) | |
download | ansible-46b02e125fbeb83c84f5ab56b524ecb106fc951c.tar.xz ansible-46b02e125fbeb83c84f5ab56b524ecb106fc951c.zip |
dev_guide/testing_integration: update image list (#74017)
-rw-r--r-- | docs/docsite/rst/dev_guide/testing_integration.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docsite/rst/dev_guide/testing_integration.rst b/docs/docsite/rst/dev_guide/testing_integration.rst index 330786160c..d976a63b32 100644 --- a/docs/docsite/rst/dev_guide/testing_integration.rst +++ b/docs/docsite/rst/dev_guide/testing_integration.rst @@ -159,20 +159,20 @@ Most container images are for testing with Python 2: - centos6 - centos7 - - fedora28 - opensuse15py2 - - ubuntu1404 - - ubuntu1604 Python 3 ```````` To test with Python 3 use the following images: + - alpine3 - centos8 - fedora32 + - fedora33 - opensuse15 - ubuntu1804 + - ubuntu2004 Legacy Cloud Tests |