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-io.git
The following commit(s) were added to refs/heads/master by this push:
new a940565 Java 18-ea is not there yet.
a940565 is described below
commit a94056597c1152386a9b5bdff9fa7f585fa42c70
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 28 10:14:51 2021 -0400
Java 18-ea is not there yet.
---
.github/workflows/maven.yml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 8a1294c..0f31de8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,16 +27,16 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [ 8, 11, 17 ]
experimental: [false]
- include:
- - java: 18-ea
- os: ubuntu-latest
- experimental: true
- - java: 18-ea
- os: windows-latest
- experimental: true
- - java: 18-ea
- os: macos-latest
- experimental: true
+# include:
+# - java: 18-ea
+# os: ubuntu-latest
+# experimental: true
+# - java: 18-ea
+# os: windows-latest
+# experimental: true
+# - java: 18-ea
+# os: macos-latest
+# experimental: true
fail-fast: false
steps: