File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 uses : actions/setup-java@v5
2222 with :
2323 distribution : ' temurin'
24- java-version : ' 21 '
24+ java-version : ' 25 '
2525 - name : Run Checkstyle
2626 run : mvn --batch-mode checkstyle:check
2727 - name : Install reviewdog
4444 uses : actions/setup-java@v5
4545 with :
4646 distribution : ' temurin'
47- java-version : ' 21 '
47+ java-version : ' 25 '
4848 - name : Build with coverage
4949 run : mvn --batch-mode clean verify
5050 - name : Upload JaCoCo coverage report
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- java-version : [ '21 ' ]
19+ java-version : [ '25 ' ]
2020 steps :
2121 - name : Checkout code
2222 uses : actions/checkout@v6
4242 runs-on : ubuntu-latest
4343 strategy :
4444 matrix :
45- java-version : [ '21 ' ]
45+ java-version : [ '25 ' ]
4646 steps :
4747 - name : Checkout code
4848 uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments