You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2019/10/08 08:55:45 UTC

[jmeter] branch vlsi/gh_actions created (now 6721e5c)

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

vladimirsitnikov pushed a change to branch vlsi/gh_actions
in repository https://gitbox.apache.org/repos/asf/jmeter.git.


      at 6721e5c  GitHub Actions: Java 13 -> Java 12

This branch includes the following new commits:

     new 6721e5c  GitHub Actions: Java 13 -> Java 12

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[jmeter] 01/01: GitHub Actions: Java 13 -> Java 12

Posted by vl...@apache.org.
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 <si...@gmail.com>
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