Skip to content

Commit

Permalink
Update Q versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Oct 11, 2023
1 parent 22c773c commit 54249d5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions jenkins/jobs/tests/Constants.groovy
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
class Constants {
static final ArrayList<String> QUARKUS_VERSION_RELEASED =
[
'3.4.1',
'3.5.0.CR1',
'3.4.2',
'3.2.6.Final',
'2.16.11.Final'
]

static final ArrayList<String> QUARKUS_VERSION_BUILDER_IMAGE =
[
'3.4.1',
'3.5.0.CR1',
'3.4.2',
'3.2.6.Final',
'2.16.11.Final'
]

static final ArrayList<String> QUARKUS_VERSION_RELEASED_PERF =
[
'3.4.1',
'3.5.0.CR1',
'3.4.2',
'3.2.6.Final',
'2.13.8.Final',
'2.7.7.Final'
Expand Down

0 comments on commit 54249d5

Please sign in to comment.