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

sunlan pushed a commit to branch danielsun/jdk13_18_builds
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 97bb871c869ad4927747f404e85b9eb7951b4281
Author: Daniel Sun <[email protected]>
AuthorDate: Sat Jan 18 20:16:38 2025 +0900

    Add java 13 and 18 builds
---
 .github/workflows/groovy-build-test.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/groovy-build-test.yml 
b/.github/workflows/groovy-build-test.yml
index b9e8d61c8f..999f44f824 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test.yml
@@ -54,8 +54,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-latest]
-#        java: [12, 13, 14, 15, 16, 18, 19, 20, 22, 23]
-        java: [12, 14, 15, 16, 19, 20, 22, 23]
+        java: [12, 13, 14, 15, 16, 18, 19, 20, 22, 23]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v4

Reply via email to