Skip to content

Commit

Permalink
Update maven_jdk21.yml
Browse files Browse the repository at this point in the history
Use Java 20 until Temurin 21 becomes ready
  • Loading branch information
hypfvieh authored Oct 3, 2023
1 parent badf1c8 commit 5a20729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_jdk21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
java-version: '20'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit 5a20729

Please sign in to comment.