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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new bcdb7e6d36 try jdk24
bcdb7e6d36 is described below

commit bcdb7e6d367feb81c86c3aa719c8988f918fef8c
Author: Paul King <[email protected]>
AuthorDate: Sat Mar 22 11:38:41 2025 +1000

    try jdk24
---
 .github/workflows/groovy-build-test.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.github/workflows/groovy-build-test.yml 
b/.github/workflows/groovy-build-test.yml
index ef632eec40..984326bb8a 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test.yml
@@ -85,6 +85,11 @@ jobs:
       - name: Test with Gradle
         run: ./gradlew test -Ptarget.java.home=$JAVA_HOME_24
         timeout-minutes: 60
+      - name: Upload reports
+        uses: actions/upload-artifact@v4
+        with:
+          name: build-reports-24
+          path: build/reports/
 
   ea:
     #if: github.event_name == 'push'
@@ -111,3 +116,8 @@ jobs:
       - name: Test with Gradle
         run: ./gradlew test -Ptarget.java.home=/home/runner/openjdk
         timeout-minutes: 60
+      - name: Upload reports
+        uses: actions/upload-artifact@v4
+        with:
+          name: build-reports-ea
+          path: build/reports/

Reply via email to