Skip to content

Commit

Permalink
chore(): Add Java21 to Extra JDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
psavidis committed Jan 24, 2024
1 parent 5cb2590 commit dc54e77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci.cambpm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ buildMavenAndDeployToMavenCentral([
publishZipArtifactToCamundaOrg:true,
extraJdks: [
'jdk-17-latest',
'jdk-21-latest',
'openjdk-jdk-11-latest',
'openjdk-jdk-17-latest'
'openjdk-jdk-17-latest',
'openjdk-jdk-21-latest'
]
])

0 comments on commit dc54e77

Please sign in to comment.