You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/31 17:01:51 UTC

[commons-bsf] 01/02: Add Java 17-EA build to GitHub.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bsf.git

commit 67a845e7045fcd503656ee29f255366e0b5bf7cb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 31 12:00:48 2020 -0500

    Add Java 17-EA build to GitHub.
---
 .github/workflows/maven.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7067eab..408741e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,6 +29,8 @@ jobs:
         include:
           - java: 16-ea
             experimental: true        
+          - java: 17-ea
+            experimental: true        
         
     steps:
     - uses: actions/checkout@v2.3.3