You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by oy...@apache.org on 2022/03/14 00:11:52 UTC

[netbeans] branch master updated (13458c8 -> e57e09c)

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

oyarzun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 13458c8  Merge pull request #3713 from matthiasblaesing/update-jsch
     new 24a6e62  Fix PhpUnitCoverageLogParserTest on Windows
     new e99ec1a  Fix PHP tests on windows: use unix line endings for test data files
     new 3d01716  Fix Windows workflow PHP test failures. Failures are missed when tests are in the same run:.
     new d63cb01  Update GitHub workflow names and workflow badges in readme.
     new d46f0d7  Fix php.atoum CloverLogParserTest on Windows: quoteReplacement not needed for String.replace
     new e57e09c  Merge pull request #3727 from oyarzun/php-paths-workflow

The 6742 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.


Summary of changes:
 .github/workflows/cv.yml                           |   3 +-
 .github/workflows/ensure-jdk8.yml                  |   2 +-
 .github/workflows/javadoc.yml                      |   4 +-
 .github/workflows/linux-upstream-jdk.yml           |   2 +-
 .github/workflows/linux.yml                        |   2 +-
 .github/workflows/macos.yml                        |  16 +--
 .github/workflows/php.yml                          |  47 ++++----
 .github/workflows/windows.yml                      | 131 ++++++++++++++-------
 README.md                                          |  14 ++-
 php/.gitattributes                                 |  11 ++
 .../php/atoum/coverage/CloverLogParserTest.java    |   6 +-
 .../coverage/PhpUnitCoverageLogParserTest.java     |   7 +-
 12 files changed, 156 insertions(+), 89 deletions(-)
 create mode 100644 php/.gitattributes

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists