Skip to content

Commit 5e270c7

Browse files
committed
packaging: remove older Ubuntu targets from smoke test
Signed-off-by: Eduardo Silva <[email protected]>
1 parent b12e507 commit 5e270c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packaging/test-release-packages.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ function check_version() {
3737
fi
3838
}
3939

40-
APT_TARGETS=("ubuntu:18.04"
41-
"ubuntu:20.04"
42-
"ubuntu:22.04"
40+
APT_TARGETS=("ubuntu:22.04"
4341
"debian:10"
4442
"debian:11")
4543

0 commit comments

Comments
 (0)