File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
linux/jdk/debian/src/packageTest/java/packaging Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ public Stream<? extends Arguments> provideArguments(ExtensionContext context) {
49
49
Arguments .of (containerRegistry + "debian" , "trixie" ), // Debian/13 (testing)
50
50
Arguments .of (containerRegistry + "debian" , "bookworm" ), // Debian/12 (testing)
51
51
Arguments .of (containerRegistry + "debian" , "bullseye" ), // Debian/11 (stable)
52
- Arguments .of (containerRegistry + "debian" , "buster" ), // Debian/10 (oldstable)
53
52
Arguments .of (containerRegistry + "ubuntu" , "oracular" ), // Ubuntu/24.10 (STS)
54
53
Arguments .of (containerRegistry + "ubuntu" , "noble" ), // Ubuntu/24.04 (LTS)
55
54
Arguments .of (containerRegistry + "ubuntu" , "jammy" ), // Ubuntu/22.04 (LTS)
You can’t perform that action at this time.
0 commit comments