Skip to content

Commit 61df768

Browse files
committed
adoptium: add Java 25, fix tuna/issues#2328
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
1 parent 878a5b0 commit 61df768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adoptium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
DOWNLOAD_TIMEOUT = int(os.getenv('DOWNLOAD_TIMEOUT', '1800'))
1212
BASE_PATH = os.getenv('TUNASYNC_WORKING_DIR')
1313
BASE_URL = os.getenv('TUNASYNC_UPSTREAM_URL', "https://packages.adoptium.net/artifactory")
14-
FEATURE_VERSIONS = [8, 11, 17, 20, 21]
14+
FEATURE_VERSIONS = [8, 11, 17, 21, 25]
1515

1616
def download_file(url: str, dst_file: Path)->bool:
1717
try:

0 commit comments

Comments
 (0)