Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Add support to Ubuntu 22.04 #215

Merged
merged 1 commit into from
Jul 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
distro:
- debian12
- debian11
# https://github.com/geerlingguy/docker-ubuntu2204-ansible/issues/6
# - ubuntu2204
- ubuntu2204
- ubuntu2004

steps:
Expand Down
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
description: Ansible Galaxy role for pyenv.
company: StaticDev
license: MIT
min_ansible_version: "2.10"
min_ansible_version: "2.11"

platforms:
- name: macOS
Expand All @@ -20,7 +20,7 @@ galaxy_info:

- name: Ubuntu
versions:
# - jammy
- jammy
- focal

galaxy_tags:
Expand Down