Skip to content

Commit

Permalink
Merge pull request #548 from ergebnis/dependabot/github_actions/shiva…
Browse files Browse the repository at this point in the history
…mmathur/setup-php-2.30.4

github-actions(deps): Bump shivammathur/setup-php from 2.30.3 to 2.30.4
  • Loading branch information
ergebnis-bot committed Apr 24, 2024
2 parents c186e54 + 9ec0ae3 commit 8421c38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: "actions/checkout@v4.1.3"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "xdebug"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
strict: true

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
uses: "actions/checkout@v4.1.3"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
uses: "actions/checkout@v4.1.3"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
uses: "actions/checkout@v4.1.3"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
uses: "actions/checkout@v4.1.3"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:
uses: "actions/checkout@v4.1.3"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, opcache, pcntl, phar, posix, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -655,7 +655,7 @@ jobs:
uses: "actions/checkout@v4.1.3"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: "actions/checkout@v4.1.3"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.3"
uses: "shivammathur/setup-php@2.30.4"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down

0 comments on commit 8421c38

Please sign in to comment.