Skip to content

Commit 39641b0

Browse files
chore(deps): bump shivammathur/setup-php from 2.25.0 to 2.25.1 (#46)
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.25.0 to 2.25.1. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.25.0...2.25.1) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8811108 commit 39641b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: "actions/[email protected]"
3232

3333
- name: "Install PHP"
34-
uses: "shivammathur/[email protected].0"
34+
uses: "shivammathur/[email protected].1"
3535
with:
3636
php-version: "latest"
3737
coverage: "none"
@@ -54,7 +54,7 @@ jobs:
5454
uses: "actions/[email protected]"
5555

5656
- name: "Install PHP"
57-
uses: "shivammathur/[email protected].0"
57+
uses: "shivammathur/[email protected].1"
5858
with:
5959
php-version: "latest"
6060
coverage: "none"
@@ -79,7 +79,7 @@ jobs:
7979
uses: "actions/[email protected]"
8080

8181
- name: "Install PHP"
82-
uses: "shivammathur/[email protected].0"
82+
uses: "shivammathur/[email protected].1"
8383
with:
8484
php-version: "latest"
8585
coverage: "none"
@@ -105,7 +105,7 @@ jobs:
105105
uses: "actions/[email protected]"
106106

107107
- name: "Install PHP"
108-
uses: "shivammathur/[email protected].0"
108+
uses: "shivammathur/[email protected].1"
109109
with:
110110
php-version: "latest"
111111
coverage: "pcov"
@@ -151,7 +151,7 @@ jobs:
151151
uses: "actions/[email protected]"
152152

153153
- name: "Install PHP"
154-
uses: "shivammathur/[email protected].0"
154+
uses: "shivammathur/[email protected].1"
155155
with:
156156
php-version: "${{ matrix.php }}"
157157
coverage: "none"

0 commit comments

Comments
 (0)