Add 25e1 EA builds.

This commit is contained in:
Fabio Niephaus
2025-12-19 11:43:22 +01:00
parent 13a63544a5
commit 53e44097d9
3 changed files with 4 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ describe('sbom feature', () => {
})
it('should not throw an error when the java-version is supported', () => {
const supported_versions = ['25', '26-ea', 'latest-ea']
const supported_versions = ['25', '25e1-ea', 'latest-ea']
for (const version of supported_versions) {
expect(() => setUpSBOMSupport(version, distribution)).not.toThrow()
}