This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new e8ce2958 Java 17 is the minimum for the main branch
e8ce2958 is described below

commit e8ce2958669b2a865635857b4ad977a61a74a290
Author: Sebb <sebb...@users.noreply.github.com>
AuthorDate: Sat Apr 6 15:27:06 2024 +0100

    Java 17 is the minimum for the main branch
    
    [skip ci]
---
 .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 9104359e..e1d1263b 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, 17, 21 ]
+        java: [ 17, 21 ]
         experimental: [false]
 #        include:
 #          - java: 22-ea

Reply via email to