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


The following commit(s) were added to refs/heads/master by this push:
     new 8f8ea214 Copy runs-on from Commons CLI and see if the fixes YAMLame
8f8ea214 is described below

commit 8f8ea21484f2b33e45924fbd8e6375903959e2cd
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun May 4 10:51:21 2025 -0400

    Copy runs-on from Commons CLI and see if the fixes YAMLame
---
 .github/workflows/maven.yml | 26 +++++---------------------
 1 file changed, 5 insertions(+), 21 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 59e02cf0..95803b2c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -22,32 +22,16 @@ permissions:
 
 jobs:
   build:
-    runs-on: ${{ matrix.os }}
-    timeout-minutes: 7
+
+    runs-on: ubuntu-latest
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8 ]
-        os: [ ubuntu-latest ]
+        java: [ 8, 11, 17, 21, 24 ]
         experimental: [false]
         include:
-          - java: 8
-            os: macos-13
-            experimental: false
-          - java: 8
-            os: windows-latest
-            experimental: false
-          - java: 17
-            os: ubuntu-latest
-            experimental: true
-          - java: 21
-            os: ubuntu-latest
-            experimental: true
-          - java: 24
-            os: ubuntu-latest
-            experimental: true
-          - java: 25-ea
-            experimental: true
+            - java: 25-ea
+              experimental: true
 
     steps:
     - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Reply via email to