Skip to content

Commit

Permalink
Run verification builds on Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Dec 16, 2024
1 parent 37b22fb commit 92fb54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '17' ]
java: [ '21' ]
config:
- { name: Linux, os: ubuntu-latest, native: gtk.linux.x86_64 }
- { name: Windows, os: windows-latest, native: win32.win32.x86_64 }
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pipeline {
label 'ubuntu-latest'
}
tools {
jdk 'temurin-jdk17-latest'
jdk 'temurin-jdk21-latest'
maven 'apache-maven-latest'
}
environment {
Expand Down

0 comments on commit 92fb54a

Please sign in to comment.