Skip to content

Commit 6a844f5

Browse files
committed
Use more modern OS versions for testing.
1 parent ca584ac commit 6a844f5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ jobs:
4141
strategy:
4242
matrix:
4343
include:
44-
- distro: rockylinux9
44+
# See: https://github.com/geerlingguy/docker-rockylinux9-ansible/issues/6
45+
# - distro: rockylinux9
46+
# playbook: converge.yml
47+
- distro: ubuntu2404
4548
playbook: converge.yml
46-
- distro: ubuntu2204
49+
- distro: debian12
4750
playbook: converge.yml
48-
- distro: debian11
49-
playbook: converge.yml
50-
- distro: rockylinux9
51+
- distro: debian12
5152
playbook: deploy.yml
5253

5354
steps:

0 commit comments

Comments
 (0)