File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
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'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments