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-logging.git
The following commit(s) were added to refs/heads/master by this push: new c804b66 Add Java 17-EA to the GitHub build. c804b66 is described below commit c804b66e2f7566505484e541e060b2c660ee4daf Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Dec 29 19:14:23 2020 -0500 Add Java 17-EA to the GitHub build. --- .github/workflows/maven.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6768a6c..83647e7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,7 +29,9 @@ jobs: include: - java: 16-ea experimental: true - + - java: 17-ea + experimental: true + steps: - uses: actions/checkout@v2.3.4 - uses: actions/cache@v2