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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 8594cc2 Add Java 17-EA to the GitHub build. 8594cc2 is described below commit 8594cc2f19822b1ea0b7a21a7927bf3765e104d4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Dec 29 19:16:04 2020 -0500 Add Java 17-EA to the GitHub build. --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0a363a1..0eceaa8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,6 +30,8 @@ jobs: include: - java: 16-ea experimental: true + - java: 17-ea + experimental: true steps: - uses: actions/checkout@v2.3.4