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-jelly.git


The following commit(s) were added to refs/heads/master by this push:
     new 82c9b8e8 Java 7 not available?
82c9b8e8 is described below

commit 82c9b8e8995cff8b03ee0c45a6e396a9ff50026b
Author: Sebb <s...@apache.org>
AuthorDate: Tue Oct 25 23:41:39 2022 +0100

    Java 7 not available?
---
 .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 ddc5dac1..572d4ba6 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 7, 8]
+        java: [ 8]
         os: [ubuntu-latest]
         experimental: [false]
         # Don't need 

Reply via email to