mirror of
https://github.com/actions/setup-java
synced 2024-11-09 23:22:40 +00:00
Oracle JDK 21 support (#538)
* Allow Oracle JDK 21 usage * Fix tests * Add Java 21 support in the documentation --------- Co-authored-by: Ivan Zosimov <ivanzosimov@github.com>
This commit is contained in:
parent
c0660d8edc
commit
3232623d9c
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ describe('findPackageForDownload', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
it.each([
|
it.each([
|
||||||
|
[
|
||||||
|
'21',
|
||||||
|
'21',
|
||||||
|
'https://download.oracle.com/java/21/latest/jdk-21_{{OS_TYPE}}-x64_bin.{{ARCHIVE_TYPE}}'
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'20',
|
'20',
|
||||||
'20',
|
'20',
|
||||||
|
|
Loading…
Reference in a new issue