Skip to content

Commit 4f9d938

Browse files
committed
scripts: add 25.2 to scripts/check-pebble-dep.sh
Epic: none Release note: None
1 parent 13866fc commit 4f9d938

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.2 24.1 24.3 25.1 master"
12+
RELEASES="23.2 24.1 24.3 25.1 25.2 master"
1313

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

0 commit comments

Comments
 (0)