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

Commit c379d64

Browse files
authored
Merge pull request #215 from staticdev/test/ubuntu-2204-fix
Add support to Ubuntu 22.04
2 parents 178f255 + b6d2cd5 commit c379d64

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
distro:
4646
- debian12
4747
- debian11
48-
# https://github.com/geerlingguy/docker-ubuntu2204-ansible/issues/6
49-
# - ubuntu2204
48+
- ubuntu2204
5049
- ubuntu2004
5150

5251
steps:

meta/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ galaxy_info:
66
description: Ansible Galaxy role for pyenv.
77
company: StaticDev
88
license: MIT
9-
min_ansible_version: "2.10"
9+
min_ansible_version: "2.11"
1010

1111
platforms:
1212
- name: macOS
@@ -20,7 +20,7 @@ galaxy_info:
2020

2121
- name: Ubuntu
2222
versions:
23-
# - jammy
23+
- jammy
2424
- focal
2525

2626
galaxy_tags:

0 commit comments

Comments
 (0)