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

olamy pushed a commit to branch archiva-2.x-gh-actions
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/archiva-2.x-gh-actions by this 
push:
     new 195e123c2 build only with 7 and 8
195e123c2 is described below

commit 195e123c23e21a8991fecdaed7425012a2261a2c
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Apr 10 11:06:27 2022 +1000

    build only with 7 and 8
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 .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 2bcd9ff54..e80a5fa92 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,7 +30,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest]
-        java: [8, 11]
+        java: [7, 8]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}

Reply via email to