Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 8cfd457 commit 4f8f45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].2
with:
php-version: '8.0'
tools: phplint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: npm run development

- name: Setup PHP, with composer and extensions
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, bcmath
Expand Down

0 comments on commit 4f8f45c

Please sign in to comment.