Skip to content

Commit

Permalink
github-actions(deps): 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 8, 2023
1 parent 22d8b99 commit fb21265
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Set up PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
coverage: "xdebug"
extensions: "${{ inputs.php-extensions }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Set up PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
coverage: "none"
extensions: "${{ inputs.php-extensions }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strict: true

- name: "Set up PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
coverage: "none"
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: "actions/checkout@v4"

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

0 comments on commit fb21265

Please sign in to comment.