File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1919 strategy :
2020 matrix :
2121 os : [ubuntu-latest, macos-latest, windows-latest]
22+ java : [22, 23]
2223 include :
2324 - os : ubuntu-latest
25+ java : 22
2426 dist : dist
2527 defaults :
2628 run :
3234 uses : actions/setup-java@v4
3335 with :
3436 distribution : oracle
35- java-version : 22
37+ java-version : ${{ matrix.java }}
3638 cache : maven
3739 - name : Install dependencies (Linux)
3840 if : matrix.os == 'ubuntu-latest'
Original file line number Diff line number Diff line change 2525
2626 <properties >
2727 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
28- <maven .compiler.source>22</maven .compiler.source>
29- <maven .compiler.target>22</maven .compiler.target>
28+ <maven .compiler.release>22</maven .compiler.release>
3029 </properties >
3130
3231 <build >
You can’t perform that action at this time.
0 commit comments