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-jexl.git
The following commit(s) were added to refs/heads/master by this push:
new 569fcfb Update GitHub build from Java 16 to 17.
569fcfb is described below
commit 569fcfbe109e4e62443addfab512a17789645fc1
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 28 11:16:58 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 | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 928ebd5..41becb5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,15 +25,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
- java: [ 8, 11, 16 ]
+ java: [ 8, 11, 17 ]
experimental: [false]
- include:
- - java: 17-ea
- os: ubuntu-latest
- experimental: true
- - java: 17-ea
- os: windows-latest
- experimental: true
+# include:
+# - java: 18-ea
+# os: ubuntu-latest
+# experimental: true
+# - java: 18-ea
+# os: windows-latest
+# experimental: true
fail-fast: false
steps: