More detail.
This commit is contained in:
parent
ad61a0cad3
commit
d50237a72d
|
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
# A list of python version to test.
|
# A list of python version to test.
|
||||||
default_python_version:
|
default_python_version:
|
||||||
- "python:3.8"
|
|
||||||
- "python:3.9"
|
- "python:3.9"
|
||||||
- "python:3.10"
|
- "python:3.10"
|
||||||
|
# - "python:3:13"
|
||||||
|
|
||||||
# A map that relates the `meta/main.yml` - `galaxy_info.platforms.name` to a name of a container.
|
# A map that relates the `meta/main.yml` - `galaxy_info.platforms.name` to a name of a container.
|
||||||
platform_image_mapping:
|
platform_image_mapping:
|
||||||
|
|
@ -45,14 +45,14 @@ distribution_version_mapping:
|
||||||
- latest
|
- latest
|
||||||
Debian:
|
Debian:
|
||||||
all:
|
all:
|
||||||
- latest
|
- latest # 12
|
||||||
- bullseye
|
- bullseye # 11
|
||||||
bullseye:
|
bullseye:
|
||||||
- bullseye
|
- bullseye
|
||||||
buster:
|
|
||||||
- buster
|
|
||||||
bookworm:
|
bookworm:
|
||||||
- latest
|
- latest
|
||||||
|
buster:
|
||||||
|
- buster
|
||||||
EL:
|
EL:
|
||||||
all:
|
all:
|
||||||
- latest
|
- latest
|
||||||
|
|
@ -73,9 +73,9 @@ distribution_version_mapping:
|
||||||
- rawhide
|
- rawhide
|
||||||
Ubuntu:
|
Ubuntu:
|
||||||
all:
|
all:
|
||||||
- latest # noble as of 2024-04-25.
|
- latest # 24
|
||||||
- jammy
|
- jammy # 22
|
||||||
- focal
|
- focal # 22
|
||||||
noble:
|
noble:
|
||||||
- latest
|
- latest
|
||||||
jammy:
|
jammy:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue