Skip to content

Commit

Permalink
Merge pull request #1448 from adobe/java-21
Browse files Browse the repository at this point in the history
Update build to Java 21
  • Loading branch information
afranken authored Nov 6, 2023
2 parents 2ad96f6 + 3244d5a commit c34d323
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
java-version: 17
java-version: 21
distribution: 'temurin'
cache: 'maven'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-ci-and-prb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
java-version: 17
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
java-version: 17
java-version: 21
distribution: 'temurin'

# The release build pushes a Docker image to Docker Hub, so we need to log in
Expand Down

0 comments on commit c34d323

Please sign in to comment.