You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2021/03/06 10:53:18 UTC

[maven-surefire] branch githubci created (now 1c63b87)

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

tibordigana pushed a change to branch githubci
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


      at 1c63b87  investigating BindException

This branch includes the following new commits:

     new 1c63b87  investigating BindException

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.



[maven-surefire] 01/01: investigating BindException

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch githubci
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 1c63b87c11fda3deddb056acbe1a218af3c4f48f
Author: tibordigana <ti...@gmail.com>
AuthorDate: Sat Mar 6 11:53:09 2021 +0100

    investigating BindException
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b393487..3ca90c4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,8 +30,8 @@ jobs:
 
     strategy:
       matrix:
-        os: [ubuntu-latest, macOS-latest]
-        java: [8, 11, 15]
+        os: [ubuntu-latest]
+        java: [8]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}