This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 1c7d8d1861799dc546b55f56e5c00380d22014c6 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Wed Mar 18 08:30:00 2026 +0100 JDK 26 was released, time to switch to 27-ea --- .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 298f675f0f..76c0026a35 100644 --- a/.github/workflows/crosschecks.yml +++ b/.github/workflows/crosschecks.yml @@ -31,7 +31,7 @@ jobs: fail-fast: false matrix: language: ['java'] - java: [ '21', '26-ea' ] + java: [ '21', '27-ea' ] os: [ubuntu-latest, windows-latest, macos-latest] steps:
