Skip to content

Commit

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

github-actions: bump the minor-patch-dependencies group with 1 update
  • Loading branch information
mimmi20 authored Nov 7, 2023
2 parents e384718 + 37a83af commit ea896aa
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/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
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/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
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/setup-php@2.26.0"
uses: "shivammathur/setup-php@2.27.0"
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 ea896aa

Please sign in to comment.