We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13866fc commit 4f9d938Copy full SHA for 4f9d938
scripts/check-pebble-dep.sh
@@ -9,7 +9,7 @@
9
set -euo pipefail
10
#set -x
11
12
-RELEASES="23.2 24.1 24.3 25.1 master"
+RELEASES="23.2 24.1 24.3 25.1 25.2 master"
13
14
for REL in $RELEASES; do
15
if [ "$REL" == "master" ]; then
0 commit comments