mirror of https://github.com/Icinga/icinga2.git
Merge pull request #10258 from Icinga/Al2Klimov-patch-11
GHA: Linux: don't track all supported distro versions
This commit is contained in:
commit
b8f6d7344d
|
@ -23,17 +23,30 @@ jobs:
|
||||||
distro:
|
distro:
|
||||||
- amazonlinux:2
|
- amazonlinux:2
|
||||||
- amazonlinux:2023
|
- amazonlinux:2023
|
||||||
- debian:11 # and Raspberry Pi OS 11
|
|
||||||
- debian:12 # and Raspberry Pi OS 12
|
# Raspberry Pi OS is close enough to Debian to test just one of them.
|
||||||
|
# Its architecture is different, though, and covered by the Docker job.
|
||||||
|
- debian:11
|
||||||
|
- debian:12
|
||||||
|
|
||||||
- fedora:39
|
- fedora:39
|
||||||
- fedora:40
|
- fedora:40
|
||||||
- fedora:41
|
- fedora:41
|
||||||
- opensuse/leap:15.3 # SLES 15.3
|
|
||||||
- opensuse/leap:15.4 # and SLES 15.4
|
# openSUSE Leap is close enough to SLES to test just one of them.
|
||||||
- opensuse/leap:15.5 # and SLES 15.5
|
# As openSUSE is much easier to deploy, we test it despite the fact that we don't necessarily
|
||||||
- opensuse/leap:15.6 # and SLES 15.6
|
# support individual versions of openSUSE as long as their SLES counterparts.
|
||||||
- rockylinux:8 # RHEL 8
|
# I.e., remove any opensuse/leap:* line below only if we stopped packaging both openSUSE and SLES!
|
||||||
- rockylinux:9 # RHEL 9
|
- opensuse/leap:15.3
|
||||||
|
- opensuse/leap:15.4
|
||||||
|
- opensuse/leap:15.5
|
||||||
|
- opensuse/leap:15.6
|
||||||
|
|
||||||
|
# We don't actually support Rocky Linux as such!
|
||||||
|
# We just use that RHEL clone to test the original.
|
||||||
|
- rockylinux:8
|
||||||
|
- rockylinux:9
|
||||||
|
|
||||||
- ubuntu:20.04
|
- ubuntu:20.04
|
||||||
- ubuntu:22.04
|
- ubuntu:22.04
|
||||||
- ubuntu:24.04
|
- ubuntu:24.04
|
||||||
|
|
Loading…
Reference in New Issue