Skip to content

Commit

Permalink
Bump shivammathur/setup-php from 2.27.0 to 2.27.1
Browse files Browse the repository at this point in the history
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.27.0 to 2.27.1.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.27.0...2.27.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]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent d499340 commit 4558776
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: "Setup PHP"
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].1
with:
php-version: 7.4
coverage: none
Expand All @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: "Setup PHP"
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].1
with:
php-version: ${{ env.php-version }}
coverage: none
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
restore-keys: ${{ steps.extcache.outputs.key }}

- name: "Setup PHP"
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].1
with:
php-version: ${{ env.php-version }}
extensions: ${{ env.php-extensions }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: "Setup PHP"
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].1
with:
php-version: ${{ env.php-version }}
coverage: none
Expand Down

0 comments on commit 4558776

Please sign in to comment.