Skip to content

Commit 78555a7

Browse files
Ubuntu Noble.
1 parent b6132b3 commit 78555a7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/molecule.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- image: "debian"
4343
tag: "bullseye"
4444
- image: "fedora"
45-
tag: "38"
45+
tag: "39"
4646
- image: "fedora"
4747
tag: "latest"
4848
- image: "fedora"
@@ -52,9 +52,9 @@ jobs:
5252
- image: "ubuntu"
5353
tag: "latest"
5454
- image: "ubuntu"
55-
tag: "focal"
55+
tag: "jammy"
5656
- image: "ubuntu"
57-
tag: "bionic"
57+
tag: "focal"
5858
steps:
5959
- name: checkout
6060
uses: actions/checkout@v4

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ molecule:
2525
- image: "debian"
2626
tag: "bullseye"
2727
- image: "fedora"
28-
tag: "38"
28+
tag: "39"
2929
- image: "fedora"
3030
tag: "latest"
3131
- image: "fedora"
@@ -35,9 +35,9 @@ molecule:
3535
- image: "ubuntu"
3636
tag: "latest"
3737
- image: "ubuntu"
38-
tag: "focal"
38+
tag: "jammy"
3939
- image: "ubuntu"
40-
tag: "bionic"
40+
tag: "focal"
4141

4242
galaxy:
4343
script:

0 commit comments

Comments
 (0)