Skip to content

Commit

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

github-actions: bump shivammathur/setup-php from 2.30.2 to 2.30.4 in the minor-patch-dependencies group
  • Loading branch information
mimmi20 authored Apr 25, 2024
2 parents 2e47afb + cd95a5c commit e9618f1
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 @@ -90,7 +90,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.2"
uses: "shivammathur/setup-php@2.30.4"
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 @@ -146,7 +146,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.2"
uses: "shivammathur/setup-php@2.30.4"
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 e9618f1

Please sign in to comment.