Skip to content

Commit

Permalink
Do not test with Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jun 22, 2022
1 parent 3d72aca commit 769f7c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Expand Up @@ -4,7 +4,6 @@
* allowing one to test against multiple Jenkins versions.
*/
buildPlugin(useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: '8' ],
[ platform: 'linux', jdk: '11' ],
[ platform: 'windows', jdk: '11' ],
[ platform: 'linux', jdk: '17' ],
Expand Down

0 comments on commit 769f7c1

Please sign in to comment.