This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement: Synchronize with ergebnis/php-library-template
- Loading branch information
1 parent
65a793f
commit a94fae1
Showing
3 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy | |
env: | ||
MIN_COVERED_MSI: 95 | ||
MIN_MSI: 95 | ||
REQUIRED_PHP_EXTENSIONS: "mbstring" | ||
PHP_EXTENSIONS: "mbstring" | ||
|
||
jobs: | ||
coding-standards: | ||
|
@@ -29,7 +29,7 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/[email protected].0" | ||
uses: "actions/[email protected].1" | ||
|
||
- name: "Lint YAML files" | ||
uses: "ibiqlik/action-yamllint@v1" | ||
|
@@ -42,7 +42,7 @@ jobs: | |
uses: "shivammathur/setup-php@v2" | ||
with: | ||
coverage: "none" | ||
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}" | ||
extensions: "${{ env.PHP_EXTENSIONS }}" | ||
php-version: "${{ matrix.php-version }}" | ||
|
||
- name: "Validate composer.json and composer.lock" | ||
|
@@ -105,13 +105,13 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/[email protected].0" | ||
uses: "actions/[email protected].1" | ||
|
||
- name: "Install PHP with extensions" | ||
uses: "shivammathur/setup-php@v2" | ||
with: | ||
coverage: "none" | ||
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}" | ||
extensions: "${{ env.PHP_EXTENSIONS }}" | ||
php-version: "${{ matrix.php-version }}" | ||
|
||
- name: "Determine composer cache directory" | ||
|
@@ -157,13 +157,13 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/[email protected].0" | ||
uses: "actions/[email protected].1" | ||
|
||
- name: "Install PHP with extensions" | ||
uses: "shivammathur/setup-php@v2" | ||
with: | ||
coverage: "none" | ||
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}" | ||
extensions: "${{ env.PHP_EXTENSIONS }}" | ||
php-version: "${{ matrix.php-version }}" | ||
|
||
- name: "Determine composer cache directory" | ||
|
@@ -235,13 +235,13 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/[email protected].0" | ||
uses: "actions/[email protected].1" | ||
|
||
- name: "Install PHP with extensions" | ||
uses: "shivammathur/setup-php@v2" | ||
with: | ||
coverage: "none" | ||
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}" | ||
extensions: "${{ env.PHP_EXTENSIONS }}" | ||
php-version: "${{ matrix.php-version }}" | ||
|
||
- name: "Determine composer cache directory" | ||
|
@@ -291,7 +291,7 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/[email protected].0" | ||
uses: "actions/[email protected].1" | ||
|
||
- name: "Install PHP with extensions" | ||
uses: "shivammathur/setup-php@v2" | ||
|
@@ -349,7 +349,7 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/[email protected].0" | ||
uses: "actions/[email protected].1" | ||
|
||
- name: "Install PHP with extensions" | ||
uses: "shivammathur/setup-php@v2" | ||
|
@@ -404,7 +404,8 @@ jobs: | |
github.event.action == 'reopened' || | ||
github.event.action == 'synchronize' | ||
) && ( | ||
(github.actor == 'dependabot[bot]' && startsWith(github.event.pull_request.title, 'Build(deps-dev)')) || | ||
(github.actor == 'dependabot[bot]' && startsWith(github.event.pull_request.title, 'composer(deps-dev)')) || | ||
(github.actor == 'dependabot[bot]' && startsWith(github.event.pull_request.title, 'github-actions(deps)')) || | ||
(github.actor == 'ergebnis-bot' && github.event.pull_request.title == 'Enhancement: Update license year') || | ||
(github.actor == 'localheinz' && contains(github.event.pull_request.labels.*.name, 'merge')) | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: # yamllint disable-line rule:truthy | |
- cron: "1 0 1 1 *" | ||
|
||
env: | ||
REQUIRED_PHP_EXTENSIONS: "mbstring" | ||
PHP_EXTENSIONS: "mbstring" | ||
|
||
jobs: | ||
license: | ||
|
@@ -25,13 +25,13 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/[email protected].0" | ||
uses: "actions/[email protected].1" | ||
|
||
- name: "Install PHP with extensions" | ||
uses: "shivammathur/setup-php@v2" | ||
with: | ||
coverage: "none" | ||
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}" | ||
extensions: "${{ env.PHP_EXTENSIONS }}" | ||
php-version: "${{ matrix.php-version }}" | ||
|
||
- name: "Validate composer.json and composer.lock" | ||
|