Skip to content

Commit

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

---
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] committed Jun 13, 2023
1 parent add54fb commit ea96e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].4"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, dom, iconv, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].4"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand Down

0 comments on commit ea96e03

Please sign in to comment.