Skip to content

Commit

Permalink
Bump shivammathur/setup-php from 2.30.4 to 2.30.5
Browse files Browse the repository at this point in the history
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.4 to 2.30.5.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.30.4...2.30.5)

---
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 Jun 4, 2024
1 parent 7b7d499 commit 4f03c67
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: '7.4' # Results are the same across all versions, check only in the last stable version.
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: '7.4'
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: '7.4' # Results are the same across all versions, check only in the last stable version.
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: '7.4'
coverage: none
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 @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: ${{ matrix.php-versions }}
coverage: none
Expand Down

0 comments on commit 4f03c67

Please sign in to comment.