This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch SUREFIRE-1733 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit a0b2acb3c4430bf637c50a21bd957aa81536c7ca Author: tibordigana <tibordig...@apache.org> AuthorDate: Fri May 22 11:59:14 2020 +0200 [GH] Workflows j14 --- .github/workflows/maven.yml | 4 ++-- .github/workflows/smoketest.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7139801..1cfd2e3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,10 +33,10 @@ jobs: - name: Checkout uses: actions/checkout@v1 - - name: Set up JDK 11 + - name: Set up JDK 14 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 14 - name: Build with Maven run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its diff --git a/.github/workflows/smoketest.yml b/.github/workflows/smoketest.yml index 3377cc5..7500579 100644 --- a/.github/workflows/smoketest.yml +++ b/.github/workflows/smoketest.yml @@ -27,10 +27,10 @@ jobs: - name: Checkout uses: actions/checkout@v1 - - name: Set up JDK 11 + - name: Set up JDK 14 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 14 - name: Build with Maven run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its -DskipITs