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-ognl.git
The following commit(s) were added to refs/heads/master by this push:
new 8f87ffb Update GitHub build from Java 16 to 17.
8f87ffb is described below
commit 8f87ffb3d6759c4a2f24187228369adb35e42461
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 28 11:20:22 2021 -0400
Update GitHub build from Java 16 to 17.
Update GitHub build from Java 17-EA to 18-EA but comment it (not there
yet).
---
.github/workflows/maven.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9b08418..be279a8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,9 +26,9 @@ jobs:
matrix:
java: [ 8, 11 ]
experimental: [false]
- include:
- - java: 17-ea
- experimental: true
+# include:
+# - java: 18-ea
+# experimental: true
steps:
- uses: actions/[email protected]