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 298dd615 Add build for minimum Java version
298dd615 is described below

commit 298dd61557a0ad36046cee8dfc7bc4227cb2a6f5
Author: Sebb <sebb...@users.noreply.github.com>
AuthorDate: Sat Apr 6 15:23:03 2024 +0100

    Add build for minimum Java version
    
    [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 e1d1263b..9104359e 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: [ 17, 21 ]
+        java: [ 8, 17, 21 ]
         experimental: [false]
 #        include:
 #          - java: 22-ea

Reply via email to