Skip to content

Commit

Permalink
Run ATH with a Jetty 12 EE 9 test harness when core is Jetty 12 EE 9
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jul 9, 2024
1 parent c0ee8ef commit baf59e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (needSplittingFromWorkspace) {
}

def axes = [
jenkinsVersions: ['lts', 'latest'],
jenkinsVersions: ['latest'],
platforms: ['linux'],
jdks: [17, 21],
browsers: ['firefox'],
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<spotbugs.skip>true</spotbugs.skip>
<jenkins.version>2.466</jenkins.version>
<!-- TODO https://ci.jenkins.io/job/Core/job/jenkins/job/jakarta/ -->
<jenkins.version>2.467-rc35109.6fb_72685c4d2</jenkins.version>
<selenium.version>4.22.0</selenium.version>
<guava.version>33.2.1-jre</guava.version> <!-- aligned with selenium -->
<maven.version>3.8.1</maven.version>
Expand Down

0 comments on commit baf59e1

Please sign in to comment.