This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch slachiewicz-build-ff-11 in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
commit 97ed1358f88792ebcf9f24517c4d4459f8a1d30c Author: Sylwester Lachiewicz <[email protected]> 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:
