Skip to content

Commit fbf6061

Browse files
committed
Merge branch '2.6.x' into 2.7.x
Closes gh-31446
2 parents 3366e4d + 2376d7c commit fbf6061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/detect-jdk-updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ trap 'report_error $? $LINENO' ERR
1010
case "$JDK_VERSION" in
1111
java8)
1212
BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=8"
13-
ISSUE_TITLE="Upgrade Java 8 version in CI image"
13+
ISSUE_TITLE="Upgrade Java 8 version in CI image and .sdkmanrc"
1414
;;
1515
java11)
1616
BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=11"

0 commit comments

Comments
 (0)