Skip to content

Commit

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

github-actions: bump the minor-patch-dependencies group with 1 update
  • Loading branch information
mimmi20 authored Sep 15, 2023
2 parents f669d96 + 38ae602 commit 9b49c34
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.25.5"
uses: "shivammathur/setup-php@2.26.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.25.5"
uses: "shivammathur/setup-php@2.26.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.25.5"
uses: "shivammathur/setup-php@2.26.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 9b49c34

Please sign in to comment.