File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
jdk/debian/src/packageTest/java/packaging
jre/debian/src/packageTest/java/packaging
ca-certificates/debian/src/packageTest/java/org/adoptium/cacertificates
jre/debian/src/packageTest/java/packaging Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ public Stream<? extends Arguments> provideArguments(ExtensionContext context) {
48
48
Arguments .of (containerRegistry + "debian" , "trixie" ), // Debian/13 (testing)
49
49
Arguments .of (containerRegistry + "debian" , "bookworm" ), // Debian/12 (testing)
50
50
Arguments .of (containerRegistry + "debian" , "bullseye" ), // Debian/11 (stable)
51
- Arguments .of (containerRegistry + "debian" , "buster" ), // Debian/10 (oldstable)
52
51
Arguments .of (containerRegistry + "ubuntu" , "oracular" ), // Ubuntu/24.10 (STS)
53
52
Arguments .of (containerRegistry + "ubuntu" , "noble" ), // Ubuntu/24.04 (LTS)
54
53
Arguments .of (containerRegistry + "ubuntu" , "jammy" ), // Ubuntu/22.04 (LTS)
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)
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)
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