This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch vlsi/gh_actions in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 6721e5c6eb4017b5b94a01dbe53f85f98dc013d8 Author: Vladimir Sitnikov <[email protected]> AuthorDate: Tue Oct 8 11:55:20 2019 +0300 GitHub Actions: Java 13 -> Java 12 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf6588f..8e98e97 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: - name: 'Set up JDK 12' uses: actions/setup-java@v1 with: - java-version: 13 + java-version: 12 - name: 'Test' shell: bash run: | @@ -35,7 +35,7 @@ jobs: - name: 'Set up JDK 12' uses: actions/setup-java@v1 with: - java-version: 13 + java-version: 12 - name: 'Test' run: | ./gradlew build -x distTar -x distTarSha512 -x signDistTar -x distTarSource -x distTarSourceSha512 -x signDistTarSource -Dskip.test_TestDNSCacheManager.testWithCustomResolverAnd1Server=true
