File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55jobs :
66 check-markdown-links :
77 name : ' Check Markdown links'
8- runs-on : ubuntu-22.04
8+ runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v5
1111 - uses : umbrelladocs/action-linkspector@v1.4.0
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, 25]
15+ jdk : [21, 25]
1616
1717 runs-on : ${{ matrix.platform }}
1818 name : on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
3333 - name : Build with Maven
3434 env :
3535 BROWSER : chrome-container
36- run : mvn -V --color always -ntp clean verify '-Djenkins.test.timeout=5000' '-Dgpg.skip' -Pno-ui-tests
36+ run : mvn -V --color always -ntp clean verify -Pci -Pno-ui-tests '-Djenkins.test.timeout=5000' '-Dgpg.skip'
Original file line number Diff line number Diff line change 2929 uses : actions/setup-java@v5
3030 with :
3131 distribution : temurin
32- java-version : 21
32+ java-version : 25
3333 cache : maven
3434
3535 - name : Set up Maven
You can’t perform that action at this time.
0 commit comments