Skip to content

Commit

Permalink
Bump shivammathur/setup-php (#121)
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /.github/workflows with 1 update: [shivammathur/setup-php](https://github.com/shivammathur/setup-php).


Updates `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
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 3, 2024
1 parent 15a6a62 commit f898730
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/inspection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
composer remove --dev webmozarts/strict-phpunit --no-update --no-install;
- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand All @@ -138,7 +138,7 @@ jobs:
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand All @@ -201,7 +201,7 @@ jobs:
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand All @@ -228,7 +228,7 @@ jobs:
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand All @@ -255,7 +255,7 @@ jobs:
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
uses: "shivammathur/setup-php@2.30.5"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit f898730

Please sign in to comment.