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

Commit 396c3d7

Browse files
committed
Add support to Ubuntu 22.04
1 parent 1519a34 commit 396c3d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- debian12
4747
- debian11
4848
# https://github.com/geerlingguy/docker-ubuntu2204-ansible/issues/6
49-
# - ubuntu2204
49+
- ubuntu2204
5050
- ubuntu2004
5151

5252
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)