Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Nov 5, 2024
1 parent 4bc289d commit 58bbc91
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 @@ -29,7 +29,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<spotbugs.skip>true</spotbugs.skip>
<jenkins.version>2.484</jenkins.version>
<!-- TODO https://github.com/jenkinsci/jenkins/pull/9947 -->
<jenkins.version>2.485-rc35565.051d0e8447cc</jenkins.version>
<selenium.version>4.26.0</selenium.version>
<!-- aligned with selenium -->
<guava.version>33.3.1-jre</guava.version>
Expand Down

0 comments on commit 58bbc91

Please sign in to comment.