Skip to content

Commit

Permalink
Merge pull request #224 from mimmi20/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/shivammathur/setup-php-2.25.4

github-actions(deps): bump shivammathur/setup-php from 2.25.2 to 2.25.4
  • Loading branch information
mimmi20 committed Jun 13, 2023
2 parents add54fb + ea96e03 commit 1c7aa4c
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 @@ -70,7 +70,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].4"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, dom, iconv, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
persist-credentials: false

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].4"
with:
php-version: "${{ matrix.php-version }}"
extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, mbstring, simplexml, tokenizer, xml, xmlwriter"
Expand Down

0 comments on commit 1c7aa4c

Please sign in to comment.