Skip to content

Commit

Permalink
update java version to 23 in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Dec 20, 2024
1 parent 6d36a50 commit 31f57b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
id: extract_ref
shell: bash
run: echo "git_ref_name=$(echo ${GITHUB_REF##*/})" >> $GITHUB_ENV
- name: Set up JDK 21
- name: Set up JDK 23
uses: actions/setup-java@v4
with:
java-version: 21
java-version: 23
distribution: temurin
cache: maven
- name: Log in to the Container registry
Expand Down

0 comments on commit 31f57b4

Please sign in to comment.