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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 12fc85439 Java 22 and 23-ea
12fc85439 is described below

commit 12fc85439132df4a2b9872abcedc941357716f2b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Apr 22 17:40:45 2024 -0400

    Java 22 and 23-ea
---
 .github/workflows/maven.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7fdbbc4cd..7a9bdc4c4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,11 +28,11 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 22 ]
         experimental: [false]
-#        include:
-#          - java: 22-ea
-#            experimental: true        
+        include:
+          - java: 23-ea
+            experimental: true        
     steps:
     - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
       with:

Reply via email to