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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new f403b303bf JDK 25 is out, time to test on JDK 26ea
f403b303bf is described below

commit f403b303bf1d0d66357814fd464dec167c619af8
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Sep 23 12:33:36 2025 +0200

    JDK 25 is out, time to test on JDK 26ea
---
 .github/workflows/crosschecks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/crosschecks.yml 
b/.github/workflows/crosschecks.yml
index 16fa4b576a..d079de875d 100644
--- a/.github/workflows/crosschecks.yml
+++ b/.github/workflows/crosschecks.yml
@@ -31,7 +31,7 @@ jobs:
       fail-fast: false
       matrix:
         language: ['java']
-        java: [ '21', '25-ea' ]
+        java: [ '21', '26-ea' ]
         os: [ubuntu-latest, windows-latest, macos-latest]
 
     steps:

Reply via email to