Skip to content

Commit

Permalink
github-actions: bump the minor-patch-dependencies group with 1 update
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).

- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.27.0...2.27.1)

---
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 Nov 9, 2023
1 parent c7f999f commit 3378bf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
persist-credentials: false

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

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

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

0 comments on commit 3378bf2

Please sign in to comment.