Skip to content

Commit f3574ea

Browse files
committed
scripts: update check-pebble-dep.sh releases
Update the set of releases checked by the check-pebble-dep.sh to drop 23.1 and 24.2 (both have reached end-of-life) and add 25.1. Epic: none Release note: none
1 parent 5df7d98 commit f3574ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-pebble-dep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
set -euo pipefail
1010
#set -x
1111

12-
RELEASES="23.1 23.2 24.1 24.2 24.3 master"
12+
RELEASES="23.2 24.1 24.3 25.1 master"
1313

1414
for REL in $RELEASES; do
1515
if [ "$REL" == "master" ]; then

0 commit comments

Comments
 (0)