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

commit 29dcd13b7dec3448abbdb1f936be83be83d15063
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Wed Mar 22 10:37:53 2023 +0100

    Cross-checking with JDK 20
---
 .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 2b0f520452..381fecfd11 100644
--- a/.github/workflows/crosschecks.yml
+++ b/.github/workflows/crosschecks.yml
@@ -33,7 +33,7 @@ jobs:
       fail-fast: false
       matrix:
         language: ['java']
-        java: [ '17', '20-ea' ]
+        java: [ '17', '20' ]
         os: [ubuntu-latest, windows-latest, macos-latest]
 
     steps:

Reply via email to