Change EA build to just use EA,GA - remove loom,metropolis,panama

This commit is contained in:
Rob Bygrave
2022-08-09 12:38:04 +12:00
parent a831ee9ac9
commit 82dc2d031a
+1 -3
View File
@@ -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: