Skip to content

Commit

Permalink
Testing on Ubuntu Jammy.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed May 11, 2022
1 parent 5aa4f83 commit 71cf39d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- image: "debian"
tag: "bookworm"
- image: "fedora"
tag: "34"
tag: "35"
- image: "fedora"
tag: "latest"
- image: "fedora"
Expand All @@ -51,6 +51,8 @@ jobs:
tag: "latest"
- image: "ubuntu"
tag: "latest"
- image: "ubuntu"
tag: "focal"
- image: "ubuntu"
tag: "bionic"
steps:
Expand Down
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ molecule:
- image: "debian"
tag: "bookworm"
- image: "fedora"
tag: "34"
tag: "35"
- image: "fedora"
tag: "latest"
- image: "fedora"
Expand All @@ -34,6 +34,8 @@ molecule:
tag: "latest"
- image: "ubuntu"
tag: "latest"
- image: "ubuntu"
tag: "focal"
- image: "ubuntu"
tag: "bionic"

Expand Down

0 comments on commit 71cf39d

Please sign in to comment.