Skip to content

Commit efe47d6

Browse files
authored
Update Lucene workflow JDK version
Fixes error of last [workflow][1] [1]: https://www.shellcheck.net/wiki/SC2292 Signed-off-by: Gabriel Féo <[email protected]>
1 parent 41a84af commit efe47d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-experiments-apache-lucene.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up JDK
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: 21
27+
java-version: 23
2828
distribution: "temurin"
2929
- name: Download latest version of the validation scripts
3030
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable

0 commit comments

Comments
 (0)