You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2022/06/24 18:01:04 UTC

[groovy] 01/01: Try jdk19 build

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

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

commit e485b9063f631ca68da0401f3af1bb9ee417556a
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Jun 25 02:00:50 2022 +0800

    Try jdk19 build
---
 .github/workflows/groovy-build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/groovy-build-test.yml b/.github/workflows/groovy-build-test.yml
index 0a7a8a27cf..3882302e70 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test.yml
@@ -23,7 +23,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-18.04]
-        java: [8, 11, 17, 18]
+        java: [8, 11, 17, 18, 19-ea]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2