Skip to content

Commit

Permalink
More detail.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Aug 21, 2024
1 parent ad61a0c commit d50237a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

# A list of python version to test.
default_python_version:
- "python:3.8"
- "python:3.9"
- "python:3.10"
# - "python:3:13"

# A map that relates the `meta/main.yml` - `galaxy_info.platforms.name` to a name of a container.
platform_image_mapping:
Expand Down Expand Up @@ -45,14 +45,14 @@ distribution_version_mapping:
- latest
Debian:
all:
- latest
- bullseye
- latest # 12
- bullseye # 11
bullseye:
- bullseye
buster:
- buster
bookworm:
- latest
buster:
- buster
EL:
all:
- latest
Expand All @@ -73,9 +73,9 @@ distribution_version_mapping:
- rawhide
Ubuntu:
all:
- latest # noble as of 2024-04-25.
- jammy
- focal
- latest # 24
- jammy # 22
- focal # 22
noble:
- latest
jammy:
Expand Down

0 comments on commit d50237a

Please sign in to comment.