Skip to content

Commit 86f1d65

Browse files
authored
Merge pull request #612 from jenkinsci/jdk25
Add a matrix build for Corretto JDK 25
2 parents 0b74622 + 889ec4c commit 86f1d65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
platform: [ubuntu-latest, macos-latest, windows-latest]
15-
jdk: [17, 21]
15+
jdk: [17, 21, 25]
1616

1717
runs-on: ${{ matrix.platform }}
1818
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up JDK ${{ matrix.jdk }}
2323
uses: actions/setup-java@v5
2424
with:
25-
distribution: 'temurin'
25+
distribution: 'corretto'
2626
java-version: '${{ matrix.jdk }}'
2727
check-latest: true
2828
cache: 'maven'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jvnet.hudson.plugins</groupId>
66
<artifactId>analysis-pom</artifactId>
7-
<version>10.2768.v905b_65744a_23</version>
7+
<version>10.2792.v9dd09fb_3c255</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)