Skip to content

Commit 51c48f9

Browse files
Bump shivammathur/setup-php from 2.13.0 to 2.15.0
2 parents 31b937a + b5d96a6 commit 51c48f9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/checkout@v2"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/setup-php@2.13.0"
27+
uses: "shivammathur/setup-php@2.15.0"
2828
with:
2929
coverage: "none"
3030
php-version: "${{ matrix.php-version }}"

.github/workflows/composer-json-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/checkout@v2"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/setup-php@2.13.0"
27+
uses: "shivammathur/setup-php@2.15.0"
2828
with:
2929
coverage: "none"
3030
php-version: "${{ matrix.php-version }}"

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/checkout@v2"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/setup-php@2.13.0"
27+
uses: "shivammathur/setup-php@2.15.0"
2828
with:
2929
coverage: "xdebug"
3030
php-version: "${{ matrix.php-version }}"

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: "actions/checkout@v2"
2828

2929
- name: "Install PHP"
30-
uses: "shivammathur/setup-php@2.13.0"
30+
uses: "shivammathur/setup-php@2.15.0"
3131
with:
3232
php-version: "${{ matrix.php-version }}"
3333
ini-values: memory_limit=-1
@@ -80,7 +80,7 @@ jobs:
8080
uses: "actions/checkout@v2"
8181

8282
- name: "Install PHP"
83-
uses: "shivammathur/setup-php@2.13.0"
83+
uses: "shivammathur/setup-php@2.15.0"
8484
with:
8585
coverage: "none"
8686
php-version: "${{ matrix.php-version }}"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/checkout@v2"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/setup-php@2.13.0"
27+
uses: "shivammathur/setup-php@2.15.0"
2828
with:
2929
coverage: "none"
3030
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)