This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f1a6a4  Mark 17 experimental
8f1a6a4 is described below

commit 8f1a6a49e5cbf1fa52559f2514314e89422bb52c
Author: Sebb <s...@apache.org>
AuthorDate: Sat Jan 18 22:53:35 2025 +0000

    Mark 17 experimental
---
 .github/workflows/maven.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index aae194a..9476af0 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, 11, 17 ]
+        java: [ 8, 11 ]
         os: [ubuntu-latest]
         experimental: [false]
         # Don't need 
@@ -37,7 +37,9 @@ jobs:
           - java: 8
             os: windows-latest
             experimental: false
-#        include:
+          # Fails with Unsupported class file major version 61 (= 17)
+          - java: 17
+            experimental: true
 #          - java: 18-ea
 #            experimental: true        
 

Reply via email to