Skip to content

Commit

Permalink
github-actions: bump shivammathur/setup-php
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group 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: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mimmi20 committed Jun 4, 2024
1 parent 85b419f commit 60f0de3
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 @@ -92,7 +92,7 @@ jobs:
persist-credentials: false

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

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

0 comments on commit 60f0de3

Please sign in to comment.