This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-3.9.x by this push:
     new ca557396cc [MNG-8728] Build ITs on JDK 21, 24
ca557396cc is described below

commit ca557396cc6fa47dd4968612b737ffcaa9ced5a7
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Tue May 20 18:51:07 2025 +0200

    [MNG-8728] Build ITs on JDK 21, 24
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5ae75e35ef..68552d076c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -65,7 +65,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macOS-latest]
-        java: [8, 11, 17]
+        java: [8, 11, 17, 21, 24]
 
       fail-fast: false
     runs-on: ${{ matrix.os }}

Reply via email to