From 59ab412dbe9759f706c827c226c3ed0553d553ab Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Thu, 11 Jan 2024 08:40:15 +0800 Subject: [PATCH] ci: fixes comment on why JDK 17 Signed-off-by: Adrian Cole --- .github/workflows/create_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 8c14fab..a759f43 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'zulu' # zulu as it supports a wide version range - java-version: '17' # earliest LTS and last that can compile the 1.6 release profile. + java-version: '17' # earliest LTS supported by Spring Boot 3 - name: Cache local Maven repository uses: actions/cache@v3 with: