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


The following commit(s) were added to refs/heads/master by this push:
     new 5310c37  Add CI build using Java 11 on macOS which works for me locally
5310c37 is described below

commit 5310c37b551f5fdfbe66bd53b2172d4ce52747fa
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jul 15 09:45:47 2025 -0400

    Add CI build using Java 11 on macOS which works for me locally
---
 .github/workflows/maven.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 08f417d..e237b41 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,6 +34,9 @@ jobs:
           - java: 8
             os: macos-13
             experimental: false
+          - java: 11
+            os: macos-latest
+            experimental: false
           - java: 8
             os: windows-latest
             experimental: false
@@ -41,8 +44,6 @@ jobs:
           - java: 17
             experimental: true
             os: ubuntu-latest
-#          - java: 18-ea
-#            experimental: true        
 
     runs-on: ${{ matrix.os }}
     steps:

Reply via email to