From 19755508b0a55fc9795aa5b88b9f4d38bb8070f4 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Wed, 3 Dec 2025 14:53:26 +0100 Subject: [PATCH] Adds tests for Node 24 & Java 25 Adds Node 24 and Java 25 to the CI test matrix. This ensures compatibility and identifies potential issues early. --- .github/workflows/test.yml | 4 ++-- CHANGELOG.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8e41e4..1ee5e6c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,8 +13,8 @@ jobs: strategy: fail-fast: false matrix: - node_version: ['18', '20'] - java_version: ['8', '11', '17', '21'] + node_version: ['18', '20', '24'] + java_version: ['8', '11', '17', '21', '25'] java_distrib: [temurin] os: [ubuntu-latest, macos-latest, windows-latest] include: diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ba5da..37a1899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +## [4.3.0] 2025-12-03 + +- Add tests for Node 24 & Java 25 - CI: Upgrade MegaLinter to v9 - CI: Remove CircleCI - Upgrade dependencies