Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Sep 29, 2023
2 parents 0a05d9a + 510d3e8 commit c2fb2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '8', '11', '17', '21-ea' ]
java: [ '8', '17', '21' ]
os: [ 'ubuntu-22.04', 'windows-latest' ]
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ subprojects {
options.docEncoding = 'UTF-8'
options.charSet = 'UTF-8'
options.links("https://www.javadoc.io/doc/org.agrona/agrona/${agronaVersion}/")
if (buildJavaVersion >= 19) { // early access JavaDoc location is different
if (buildJavaVersion > 21) { // early access JavaDoc location is different
options.links("https://download.java.net/java/early_access/jdk${buildJavaVersion}/docs/api/")
}
else if (buildJavaVersion >= 11) {
Expand Down

0 comments on commit c2fb2c4

Please sign in to comment.