Skip to content

Commit

Permalink
Merge pull request #1502 from ergebnis/dependabot/github_actions/shiv…
Browse files Browse the repository at this point in the history
…ammathur/setup-php-2.32.0

github-actions(deps): bump shivammathur/setup-php from 2.31.1 to 2.32.0
  • Loading branch information
ergebnis-bot authored Dec 30, 2024
2 parents 8b7377f + 88ab582 commit ccb9af9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, pdo, pdo_sqlite, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "xdebug"
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, pdo, pdo_sqlite, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
strict: true

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, pdo, pdo_sqlite, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, pdo, pdo_sqlite, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "xdebug"
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, pdo, pdo_sqlite, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, pdo, pdo_sqlite, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, pdo, pdo_sqlite, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, opcache, pcntl, pdo, pdo_sqlite, phar, posix, simplexml, tokenizer, xml, xmlwriter"
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, pdo, pdo_sqlite, 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.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
extensions: "none, bcmath, ctype, curl, dom, intl, json, mbstring, pdo, pdo_sqlite, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down

0 comments on commit ccb9af9

Please sign in to comment.