From b29b421a819238f98bbe491f2d14f18204f67437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 28 Jan 2020 15:39:55 +0100 Subject: [PATCH] Enhancement: Synchronize with ergebnis/php-library-template --- .github/workflows/continuous-integration.yml | 12 ++++++------ .github/workflows/license.yml | 2 +- .github/workflows/stale.yml | 14 +++++++------- README.md | 4 +++- psalm.xml | 1 + 5 files changed, 18 insertions(+), 15 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 80a258da..d0b1cf73 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -32,7 +32,7 @@ jobs: uses: "actions/checkout@v2.0.0" - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@1.7.3" + uses: "shivammathur/setup-php@1.8.1" with: coverage: "none" extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}" @@ -94,7 +94,7 @@ jobs: uses: "actions/checkout@v2.0.0" - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@1.7.3" + uses: "shivammathur/setup-php@1.8.1" with: coverage: "none" extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}" @@ -140,7 +140,7 @@ jobs: uses: "actions/checkout@v2.0.0" - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@1.7.3" + uses: "shivammathur/setup-php@1.8.1" with: coverage: "none" extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}" @@ -200,7 +200,7 @@ jobs: uses: "actions/checkout@v2.0.0" - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@1.7.3" + uses: "shivammathur/setup-php@1.8.1" with: coverage: "none" extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}" @@ -252,7 +252,7 @@ jobs: uses: "actions/checkout@v2.0.0" - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@1.7.3" + uses: "shivammathur/setup-php@1.8.1" with: coverage: "xdebug" extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}" @@ -306,7 +306,7 @@ jobs: uses: "actions/checkout@v2.0.0" - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@1.7.3" + uses: "shivammathur/setup-php@1.8.1" with: coverage: "xdebug" extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}" diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 5786ef26..ed8a103d 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -28,7 +28,7 @@ jobs: uses: "actions/checkout@v2.0.0" - name: "Install PHP with extensions" - uses: "shivammathur/setup-php@1.7.3" + uses: "shivammathur/setup-php@1.8.1" with: coverage: "none" extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}" diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0d6f48ef..7af8aa2a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,13 +17,13 @@ jobs: days-before-close: 5 days-before-stale: 60 repo-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" - stale-issue-label: 'stale' + stale-issue-label: "stale" stale-issue-message: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. + Since this issue has not had any activity within the last sixty days, I have marked it as stale. + + I will close it if no further activity occurs within the next five days. stale-pr-label: "stale" stale-pr-message: > - This PR has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. + Since this pull request has not had any activity within the last sixty days, I have marked it as stale. + + I will close it if no further activity occurs within the next five days. diff --git a/README.md b/README.md index ff604986..2d41b2bd 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,9 @@ Please have a look at [`CODE_OF_CONDUCT.md`](https://github.com/ergebnis/.github ## License -This package is licensed using the [MIT License](LICENSE.md). +This package is licensed using the MIT License. + +Please have a look at [`LICENSE.md`](LICENSE.md). ## Credits diff --git a/psalm.xml b/psalm.xml index b5973acb..1510c617 100644 --- a/psalm.xml +++ b/psalm.xml @@ -3,6 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" + cacheDirectory=".build/psalm" errorBaseline="psalm-baseline.xml" resolveFromConfigFile="true" >