Skip to content

Commit

Permalink
Change EA build to just use EA,GA - remove loom,metropolis,panama
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Aug 9, 2022
1 parent a831ee9 commit 82dc2d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/jdk-ea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
## 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: [GA,EA,loom,metropolis,panama]
java_version: [GA,EA]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit 82dc2d0

Please sign in to comment.