Support fixed GA versions of Oracle GraalVM.

This commit is contained in:
Fabio Niephaus
2023-11-03 13:01:11 +01:00
parent d5b07dd118
commit 0b782b6b90
5 changed files with 128 additions and 45 deletions

View File

@@ -73,4 +73,3 @@ test('get latest Mandrel for specific JDK', async () => {
expect(latest).toContain(`mandrel-java${javaVersion}`)
}
})