Skip to content

Commit

Permalink
Update to Java 21 in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
hypfvieh committed Oct 20, 2023
1 parent 6463b16 commit a82339f
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: '20'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit a82339f

Please sign in to comment.