Skip to content

Commit

Permalink
CI: Java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Tillerino committed May 31, 2024
1 parent 5158286 commit b31c13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/setup-java@v2
name: "Install Java/Maven"
with:
java-version: '21'
java-version: '22'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B -V -C verify -Dmaven.javadoc.skip=true
Expand Down

0 comments on commit b31c13a

Please sign in to comment.