Skip to content

Commit

Permalink
Update list of container images used for the tests.
Browse files Browse the repository at this point in the history
- Add Suse Enterprise Linux 15.5 and 15.6
- Add openSUSE 15.6
- Add Fedora rawhide
- Drop Debian 10 (EOL)
  • Loading branch information
scaronni committed Sep 8, 2024
1 parent edca2e5 commit 1f068f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ jobs:
- {name: "debian", tag: "testing"}
- {name: "debian", tag: "12"}
- {name: "debian", tag: "11"}
- {name: "debian", tag: "10"}
- {name: "fedora/fedora", tag: "rawhide", url: "quay.io/"}
- {name: "fedora/fedora", tag: "40", url: "quay.io/"}
- {name: "fedora/fedora", tag: "39", url: "quay.io/"}
- {name: "gentoo/stage3", tag: "latest"}
- {name: "opensuse/tumbleweed", tag: "latest", variant: "-default", url: "registry.opensuse.org/"}
- {name: "opensuse/leap", tag: "15.5", variant: "-default", url: "registry.opensuse.org/"}
- {name: "opensuse/leap", tag: "15.6", variant: "-default", url: "registry.opensuse.org/"}
- {name: "suse/sle15", tag: "15.5", variant: "-default", url: "registry.suse.com/"}
- {name: "suse/sle15", tag: "15.6", variant: "-default", url: "registry.suse.com/"}
- {name: "ubuntu", tag: "24.04"}
- {name: "ubuntu", tag: "23.10"}
- {name: "ubuntu", tag: "22.04"}
Expand Down

0 comments on commit 1f068f0

Please sign in to comment.