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

commit ce0fd3fc74cd49a80530d3b6378f5a270c8f6ef3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 22 09:34:02 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 | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 27661840e..dc1f7c9dd 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,9 +31,13 @@ jobs:
         os: [ubuntu-latest, windows-latest, macos-13]
         java: [ 8, 11, 17, 21, 22 ]
         experimental: [false]
-#        include:
-#          - java: 21-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