test: cover JDK 26 from SDKMAN (#1238)

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Bruno Borges
2026-08-17 17:05:27 -04:00
committed by GitHub
co-authored by Copilot App
parent d4f69b3990
commit fb4abd7a70
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -263,6 +263,7 @@ describe('validatePaginationUrl', () => {
describe('getVersionFromFileContent', () => {
describe('.sdkmanrc', () => {
it.each([
['java=26-tem', '26', 'temurin'],
['java=11.0.20.1-tem', '11.0.20', 'temurin'],
['java = 11.0.20.1-tem', '11.0.20', 'temurin'],
['java=11.0.20.1-tem # a comment in sdkmanrc', '11.0.20', 'temurin'],