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

asf-gitbox-commits 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 5cbb8f4225 Avoid setup TestLens for Java25 build
5cbb8f4225 is described below

commit 5cbb8f4225f27101685d1fda3b1938d293ef4f17
Author: Daniel Sun <[email protected]>
AuthorDate: Mon May 4 17:26:28 2026 +0900

    Avoid setup TestLens for Java25 build
---
 .github/workflows/groovy-build-test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/groovy-build-test.yml 
b/.github/workflows/groovy-build-test.yml
index ebca716378..a0aff0e978 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test.yml
@@ -53,6 +53,7 @@ jobs:
       - name: "🐘 Setup Gradle"
         uses: 
gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
       - name: "πŸ” Setup TestLens"
+        if: matrix.java != 25
         uses: testlens-app/setup-testlens@v1
       - name: "πŸƒTest with Gradle"
         run: ./gradlew test -Ptarget.java.home="$JAVA_HOME_${{ matrix.java 
}}_${{ runner.arch }}"

Reply via email to