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 (#46)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 4133170 commit 321055f
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 @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v4

- name: Install PHP
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 @@ -83,7 +83,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 321055f

Please sign in to comment.