Skip to content

Commit

Permalink
github-actions(deps): bump shivammathur/setup-php from 2.29.0 to 2.30…
Browse files Browse the repository at this point in the history
….0 (#88)

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.29.0 to 2.30.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.29.0...2.30.0)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent 918f953 commit f668138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Install PHP with extensions
uses: shivammathur/setup-php@2.29.0
uses: shivammathur/setup-php@2.30.0
with:
coverage: none
php-version: ${{ matrix.php-version }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v4

- name: Install PHP with extensions
uses: shivammathur/setup-php@2.29.0
uses: shivammathur/setup-php@2.30.0
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit f668138

Please sign in to comment.