Skip to content

Commit

Permalink
github-actions: bump the minor-patch-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 2 updates: [shivammathur/setup-php](https://github.com/shivammathur/setup-php) and [ramsey/composer-install](https://github.com/ramsey/composer-install).


Updates `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)

Updates `ramsey/composer-install` from 2.3.0 to 3.0.0
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@2.3.0...3.0.0)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mimmi20 committed Mar 7, 2024
1 parent b3942d5 commit b78cf7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.30.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand All @@ -103,7 +103,7 @@ jobs:
debug: true

- name: "Update dependencies with composer"
uses: "ramsey/composer-install@2.3.0"
uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--optimize-autoloader --prefer-dist --prefer-stable -v"
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.30.0"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand All @@ -159,7 +159,7 @@ jobs:
debug: true

- name: "Update dependencies with composer"
uses: "ramsey/composer-install@2.3.0"
uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--optimize-autoloader --prefer-dist --prefer-stable -v"
Expand Down

0 comments on commit b78cf7a

Please sign in to comment.