File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 strategy :
2929 fail-fast : false
3030 matrix :
31- java : [ '8', '11', ' 17', '21-ea ' ]
31+ java : [ '8', '17', '21' ]
3232 os : [ 'ubuntu-22.04', 'windows-latest' ]
3333 steps :
3434 - name : Checkout code
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ subprojects {
202202 options. docEncoding = ' UTF-8'
203203 options. charSet = ' UTF-8'
204204 options. links(" https://www.javadoc.io/doc/org.agrona/agrona/${ agronaVersion} /" )
205- if (buildJavaVersion >= 19 ) { // early access JavaDoc location is different
205+ if (buildJavaVersion > 21 ) { // early access JavaDoc location is different
206206 options. links(" https://download.java.net/java/early_access/jdk${ buildJavaVersion} /docs/api/" )
207207 }
208208 else if (buildJavaVersion >= 11 ) {
You can’t perform that action at this time.
0 commit comments