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

sunlan 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 41e9eaa15b Add java 13 and 18 builds
41e9eaa15b is described below

commit 41e9eaa15ba702e838309abaee1dd19d52929b03
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