Skip to content

Commit

Permalink
distro-check.sh: add debian-12 and fedora-40
Browse files Browse the repository at this point in the history
This is easy to forget to add.

Thank you again to Rob Woolley for adding these two new
distributions to the matrix.

Signed-off-by: Tim Orling <[email protected]>
  • Loading branch information
moto-timo committed Apr 2, 2024
1 parent aaaa538 commit b83042f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/distro-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ 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)"
distros["opensuse-15.4"]="openSUSE Leap 15.4"
distros["opensuse-15.5"]="openSUSE Leap 15.5"
distros["ubuntu-18.04"]="Ubuntu 18.04"
Expand Down

0 comments on commit b83042f

Please sign in to comment.