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

slachiewicz pushed a commit to branch v1
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v1 by this push:
     new c1a532a  By Default run first build with Java 11
c1a532a is described below

commit c1a532a62d8eab9d1b1a17890ef866164ed76432
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Wed Dec 1 01:16:54 2021 +0100

    By Default run first build with Java 11
---
 .github/workflows/maven-verify.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 9040cca..2726ae3 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -60,7 +60,7 @@ on:
       ff-jdk:
         description: The jdk version used during fail-fast-build job
         required: false
-        default: '8'
+        default: '11'
         type: string
 
       ff-jdk-distribution:

Reply via email to