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 abdcd5875 GitHub no longer supports Java 8 it seems
abdcd5875 is described below

commit abdcd5875b1f41ce28d2c0b73584deb28f57fcd2
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 24 09:58:07 2024 -0400

    GitHub no longer supports Java 8 it seems
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ac8c0647d..58c196e16 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
-        java: [ 8, 11, 17, 21, 22 ]
+        java: [ 11, 17, 21, 22 ]
         experimental: [false]
 #        include:
 #          - java: 23-ea

Reply via email to