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 b153aca Update GitHub build from Java 16 to 17.
b153aca is described below
commit b153aca87703259d5549b925b67f8c83c80e078b
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 28 11:18:19 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 | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2eac3ff..d82ddca 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,16 +24,11 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
-#
-# Allow Java 16 to fail to allow Java 8 and 11 to run until we know what's
wrong on Java 16.
-# java: [ 8, 11, 16 ]
- java: [ 8, 11 ]
+ java: [ 8, 11, 17 ]
experimental: [false]
- include:
- - java: 16
- experimental: true
- - java: 17-ea
- experimental: true
+# include:
+# - java: 18-ea
+# experimental: true
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]