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-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e1d9345 Add Java 24-ea as an experimental build
9e1d9345 is described below

commit 9e1d9345594968b1d18a5391f88f003cd1e2be1a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 22 09:26:13 2024 -0400

    Add Java 24-ea as an experimental build
    
    Add Java 23-ea as an experimental build
    Above is only for Ubuntu since these EAs are not on macOS 13 which we
    need for Java 8
---
 .github/workflows/maven.yml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 085523dc..eaa6f7e8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,11 +30,13 @@ jobs:
         os: [ubuntu-latest, windows-latest, macos-13]
         java: [ 8, 11, 17, 21, 22 ]
         experimental: [false]
-#        include:
-#          - java: 23-ea
-#            experimental: true
-#          - java: 24-ea
-#            experimental: true
+        include:
+          - java: 23-ea
+            experimental: true
+            os: ubuntu-latest
+          - java: 24-ea
+            experimental: true
+            os: ubuntu-latest
         
     steps:
     - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Reply via email to