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

mgrigorov pushed a commit to branch jdk-21-and-22ea
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit b566381aca39fcd56a503cafd639915c60ebc1ae
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Oct 12 15:54:20 2023 +0300

    Test against JDK 21 and 22-ea
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 374bc039f3..e8f2d7792b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -17,8 +17,8 @@ jobs:
       matrix:
         java:
         - '17'
-        - '20'
-        - '21-ea'
+        - '21'
+        - '22-ea'
 
     steps:
     - uses: actions/checkout@v4

Reply via email to