Skip to content

Commit 06110b7

Browse files
Bump shivammathur/setup-php from 2.11.0 to 2.12.0 (#18)
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.11.0...2.12.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed47b1b commit 06110b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v2.3.4
2222

2323
- name: Setup PHP
24-
uses: shivammathur/setup-php@2.11.0
24+
uses: shivammathur/setup-php@2.12.0
2525
with:
2626
php-version: ${{ matrix.php }}
2727
extensions: zip, curl, xdebug

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v2.3.4
1919

2020
- name: Setup PHP
21-
uses: shivammathur/setup-php@2.11.0
21+
uses: shivammathur/setup-php@2.12.0
2222
with:
2323
php-version: ${{ matrix.php }}
2424
extensions: zip, curl, xdebug

0 commit comments

Comments
 (0)