Skip to content

Commit

Permalink
remove JDK22 from release pipeline generator (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Oct 13, 2024
1 parent dacd1af commit 38a20c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ file used as jenkinsfile to generator official release pipeline
*/

// ensure releaseVersions is updated before create releaseTag
def releaseVersions = [8,11,17,21,22,23]
def releaseVersions = [8,11,17,21,23]


// Regenerate release-openjdkX-pipeline per each jdk version listed in releaseVersions
Expand Down

0 comments on commit 38a20c0

Please sign in to comment.