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 b23dae530 CI builds: Replace Java 22 with Java 23
b23dae530 is described below

commit b23dae530f39534564ea03d8c5c3f304862e77e3
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 18 20:35:12 2024 -0400

    CI builds: Replace Java 22 with Java 23
---
 .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 0b19bf2e4..403209492 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,10 +28,10 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macos-13]
-        java: [ 8, 11, 17, 21, 22 ]
+        java: [ 8, 11, 17, 21 ]
         experimental: [false]
         include:
-          - java: 23-ea
+          - java: 23
             experimental: true
             os: ubuntu-latest
           - java: 24-ea

Reply via email to