-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/7.2.x' into 7.1.x-merge-up-into-…
…7.2.x_RgT4Fg51
- Loading branch information
Showing
14 changed files
with
942 additions
and
1,110 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
/composer.lock export-ignore | ||
/mkdocs.yml export-ignore | ||
/Makefile export-ignore | ||
/composer-unused.php export-ignore |
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 |
---|---|---|
|
@@ -21,10 +21,10 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/checkout@v2.3.4" | ||
uses: "actions/checkout@v2.4.0" | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/setup-php@2.15.0" | ||
uses: "shivammathur/setup-php@2.16.0" | ||
with: | ||
coverage: "none" | ||
php-version: "${{ matrix.php-version }}" | ||
|
@@ -36,7 +36,7 @@ jobs: | |
run: echo "::set-output name=dir::$(composer config cache-files-dir)" | ||
|
||
- name: "Cache dependencies" | ||
uses: "actions/[email protected].6" | ||
uses: "actions/[email protected].7" | ||
with: | ||
path: ${{ steps.composer-cache.outputs.dir }} | ||
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}" | ||
|
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 |
---|---|---|
|
@@ -21,10 +21,10 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/checkout@v2.3.4" | ||
uses: "actions/checkout@v2.4.0" | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/setup-php@2.15.0" | ||
uses: "shivammathur/setup-php@2.16.0" | ||
with: | ||
coverage: "none" | ||
php-version: "${{ matrix.php-version }}" | ||
|
@@ -36,7 +36,7 @@ jobs: | |
run: echo "::set-output name=dir::$(composer config cache-files-dir)" | ||
|
||
- name: "Cache dependencies" | ||
uses: "actions/[email protected].6" | ||
uses: "actions/[email protected].7" | ||
with: | ||
path: ${{ steps.composer-cache.outputs.dir }} | ||
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}" | ||
|
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 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Merge me! | ||
uses: ridedott/[email protected].42 | ||
uses: ridedott/[email protected].102 | ||
with: | ||
# Depending on branch protection rules, a manually populated | ||
# `GITHUB_TOKEN_WORKAROUND` environment variable with permissions to | ||
|
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 |
---|---|---|
|
@@ -21,10 +21,10 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/checkout@v2.3.4" | ||
uses: "actions/checkout@v2.4.0" | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/setup-php@2.15.0" | ||
uses: "shivammathur/setup-php@2.16.0" | ||
with: | ||
coverage: "xdebug" | ||
php-version: "${{ matrix.php-version }}" | ||
|
@@ -36,7 +36,7 @@ jobs: | |
run: echo "::set-output name=dir::$(composer config cache-files-dir)" | ||
|
||
- name: "Cache dependencies" | ||
uses: "actions/[email protected].6" | ||
uses: "actions/[email protected].7" | ||
with: | ||
path: ${{ steps.composer-cache.outputs.dir }} | ||
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}" | ||
|
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 |
---|---|---|
|
@@ -19,15 +19,16 @@ jobs: | |
- "development" | ||
php-version: | ||
- "8.0" | ||
- "8.1" | ||
operating-system: | ||
- "ubuntu-latest" | ||
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/checkout@v2.3.4" | ||
uses: "actions/checkout@v2.4.0" | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/setup-php@2.15.0" | ||
uses: "shivammathur/setup-php@2.16.0" | ||
with: | ||
coverage: "none" | ||
php-version: "${{ matrix.php-version }}" | ||
|
@@ -39,7 +40,7 @@ jobs: | |
run: echo "::set-output name=dir::$(composer config cache-files-dir)" | ||
|
||
- name: "Cache dependencies" | ||
uses: "actions/[email protected].6" | ||
uses: "actions/[email protected].7" | ||
with: | ||
path: ${{ steps.composer-cache.outputs.dir }} | ||
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}" | ||
|
@@ -74,16 +75,16 @@ jobs: | |
dependencies: | ||
- "locked" | ||
php-version: | ||
- "8.1" | ||
- "8.2" | ||
operating-system: | ||
- "ubuntu-latest" | ||
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/checkout@v2.3.4" | ||
uses: "actions/checkout@v2.4.0" | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/setup-php@2.15.0" | ||
uses: "shivammathur/setup-php@2.16.0" | ||
with: | ||
coverage: "none" | ||
php-version: "${{ matrix.php-version }}" | ||
|
@@ -95,7 +96,7 @@ jobs: | |
run: echo "::set-output name=dir::$(composer config cache-files-dir)" | ||
|
||
- name: "Cache dependencies" | ||
uses: "actions/[email protected].6" | ||
uses: "actions/[email protected].7" | ||
with: | ||
path: ${{ steps.composer-cache.outputs.dir }} | ||
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}" | ||
|
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 |
---|---|---|
|
@@ -21,10 +21,10 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/checkout@v2.3.4" | ||
uses: "actions/checkout@v2.4.0" | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/setup-php@2.15.0" | ||
uses: "shivammathur/setup-php@2.16.0" | ||
with: | ||
coverage: "none" | ||
php-version: "${{ matrix.php-version }}" | ||
|
@@ -36,7 +36,7 @@ jobs: | |
run: echo "::set-output name=dir::$(composer config cache-files-dir)" | ||
|
||
- name: "Cache dependencies" | ||
uses: "actions/[email protected].6" | ||
uses: "actions/[email protected].7" | ||
with: | ||
path: ${{ steps.composer-cache.outputs.dir }} | ||
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}" | ||
|
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
Oops, something went wrong.