diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 819a917..4ad26c8 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -26,10 +26,12 @@ jobs: centos-7, debian-10, debian-11, + debian-12, fedora-36, fedora-37, fedora-38, fedora-39, + fedora-40, opensuse-15.4, opensuse-15.5, ubuntu-18.04, diff --git a/tests/distro-check.sh b/tests/distro-check.sh index fb5b90e..01775d6 100755 --- a/tests/distro-check.sh +++ b/tests/distro-check.sh @@ -22,10 +22,12 @@ distros["centos-7"]="CentOS Linux 7 (Core)" distros["debian-9"]="Debian GNU/Linux 9 (stretch)" distros["debian-10"]="Debian GNU/Linux 10 (buster)" distros["debian-11"]="Debian GNU/Linux 11 (bullseye)" +distros["debian-12"]="Debian GNU/Linux 12 (bookworm)" distros["fedora-36"]="Fedora Linux 36 (Container Image)" distros["fedora-37"]="Fedora Linux 37 (Container Image)" distros["fedora-38"]="Fedora Linux 38 (Container Image)" distros["fedora-39"]="Fedora Linux 39 (Container Image)" +distros["fedora-40"]="Fedora Linux 40 (Container Image Prerelease)" distros["opensuse-15.4"]="openSUSE Leap 15.4" distros["opensuse-15.5"]="openSUSE Leap 15.5" distros["ubuntu-18.04"]="Ubuntu 18.04"