Skip to content

Commit

Permalink
Stop testing Java 11 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd authored Jan 10, 2025
1 parent e5b3243 commit cad6181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'linux', jdk: 17]
[platform: 'linux', jdk: 17],
[platform: 'linux', jdk: 21]
])

0 comments on commit cad6181

Please sign in to comment.