Skip to content

Commit 31b1d2a

Browse files
committed
Improve
1 parent 424295a commit 31b1d2a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/CI-ComposerRequireChecker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626

27-
- name: Setup PHP
27+
- name: Setup PHP ${{ matrix.php-version }}
2828
uses: shivammathur/setup-php@v2
2929
with:
3030
php-version: ${{ matrix.php-version }}

.github/workflows/CI-DepsChecker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626

27-
- name: Setup PHP
27+
- name: Setup PHP ${{ matrix.php-version }}
2828
uses: shivammathur/setup-php@v2
2929
with:
3030
php-version: ${{ matrix.php-version }}

.github/workflows/CI-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Check out code
4141
uses: actions/checkout@v2
4242

43-
- name: Setup PHP
43+
- name: Setup PHP ${{ matrix.php-version }}
4444
uses: shivammathur/setup-php@v2
4545
with:
4646
php-version: '${{ matrix.php-version }}'

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "COVERAGE_OUTPUT_STYLE=clover" >> $GITHUB_ENV
5757
echo "COVERAGE_TYPE=xdebug" >> $GITHUB_ENV
5858
59-
- name: Setup PHP
59+
- name: Setup PHP ${{ matrix.php-version }}
6060
uses: shivammathur/setup-php@v2
6161
with:
6262
php-version: '${{ matrix.php-version }}'

0 commit comments

Comments
 (0)