diff --git a/.github/workflows/jdk-ea.yml b/.github/workflows/jdk-ea.yml index 1784106b6..f34c50d76 100644 --- a/.github/workflows/jdk-ea.yml +++ b/.github/workflows/jdk-ea.yml @@ -16,7 +16,9 @@ jobs: strategy: fail-fast: false matrix: - java_version: [17,18,19,loom,valhalla,metropolis,panama] + ## valhalla - failing on javadoc with: + ## javadoc: error - The code being documented uses packages in the unnamed module, but the packages defined in https://ebean.io/platforms/ebean-platform-h2/apidocs/ are in named modules. + java_version: [17,18,19,loom,metropolis,panama] os: [ubuntu-latest] steps: