Skip to content

Commit

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

github-actions: bump shivammathur/setup-php from 2.31.0 to 2.31.1 in the minor-patch-dependencies group
  • Loading branch information
mimmi20 committed Jul 11, 2024
2 parents 7a5153a + 77b211f commit e3c4064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -157,7 +157,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, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand Down

0 comments on commit e3c4064

Please sign in to comment.