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

commit 983de78641fa11575c71018359ec2b03cfef88d6
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jan 14 08:27:34 2025 -0500

    Make Java 17 build experimental
---
 .github/workflows/maven.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 76d94977..4f951a3e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 17 ]
+        java: [ 8 ]
         os: [ ubuntu-latest ]
         experimental: [false]
         # Don't need 
@@ -37,6 +37,9 @@ jobs:
           - java: 8
             os: windows-latest
             experimental: false
+          - java: 17
+            os: ubuntu-latest
+            experimental: true
 #        include:
 #          - java: 22-ea
 #            experimental: true        

Reply via email to