Skip to content

Commit ce3c356

Browse files
craig[bot]jbowens
andcommitted
Merge #143231
143231: scripts: update check-pebble-dep.sh releases r=jbowens a=jbowens 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 Co-authored-by: Jackson Owens <[email protected]>
2 parents 1b27ef9 + f3574ea commit ce3c356

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)