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 b500ce08d Java 23-ea is not on all OSs?
b500ce08d is described below

commit b500ce08d9b8dddaac3ae4a1b6a15bb68b4cd2b0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 25 15:30:58 2024 -0400

    Java 23-ea is not on all OSs?
---
 .github/workflows/maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4707819ab..5219a1d6e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,9 +30,9 @@ jobs:
         os: [ubuntu-latest, windows-latest, macos-13]
         java: [ 8, 11, 17, 21, 22 ]
         experimental: [false]
-        include:
-          - java: 23-ea
-            experimental: true
+#        include:
+#          - java: 23-ea
+#            experimental: true
 
     steps:
     - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

Reply via email to