Skip to content

Commit

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

github-actions: bump shivammathur/setup-php from 2.30.5 to 2.31.0 in the minor-patch-dependencies group
  • Loading branch information
mimmi20 committed Jun 26, 2024
2 parents e28a4b8 + 3c7d969 commit f05b816
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/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
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/setup-php@2.30.5"
uses: "shivammathur/setup-php@2.31.0"
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 f05b816

Please sign in to comment.