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 31d63eab5 GitHub no longer supports Java 8 it seems
31d63eab5 is described below
commit 31d63eab5bc349503325857dff452daabc1baa88
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 24 10:12:02 2024 -0400
GitHub no longer supports Java 8 it seems
---
.github/workflows/maven.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 466fd2e77..85ea50424 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
- java: [ 8, 11, 17, 21 ]
+ java: [ 11, 17, 21 ]
experimental: [false]
include:
# Update java 8/ubuntu to add deploy step
@@ -45,13 +45,13 @@ jobs:
os: ubuntu-latest
experimental: false
deploy: true
-# - java: 22-ea
+# - java: 23-ea
# os: ubuntu-latest
# experimental: true
-# - java: 22-ea
+# - java: 23-ea
# os: windows-latest
# experimental: true
-# - java: 22-ea
+# - java: 23-ea
# os: macos-latest
# experimental: true
fail-fast: false