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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new b5680c5 Add Java 17-EA to the GitHub build.
b5680c5 is described below
commit b5680c55f304ad97d62b50aac531da5f9ae345e2
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 29 19:13:52 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 3de6082..fa894d4 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/[email protected]