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

Commit fa3f0b1

Browse files
authored
Merge pull request #196 from staticdev/tests/remove-ubuntu2204
Remove support Ubuntu 22.04
2 parents a510ab5 + 7009b10 commit fa3f0b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
distro:
4646
- debian11
4747
- debian10
48-
- ubuntu2204
48+
# https://github.com/geerlingguy/docker-ubuntu2204-ansible/issues/6
49+
# - ubuntu2204
4950
- ubuntu2004
5051

5152
steps:

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ galaxy_info:
1717
- name: Ubuntu
1818
versions:
1919
- focal
20-
- jammy
20+
# - jammy
2121

2222
galaxy_tags:
2323
- python

0 commit comments

Comments
 (0)