Skip to content

Commit

Permalink
Merge pull request #372 from mimmi20/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/minor-patch-dependencies-d5e2e19d66

github-actions: bump the minor-patch-dependencies group with 2 updates
  • Loading branch information
mimmi20 authored Mar 7, 2024
2 parents b3942d5 + b78cf7a commit af642f5
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 af642f5

Please sign in to comment.