Skip to content

Commit

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

github-actions(deps): bump shivammathur/setup-php from 2.30.2 to 2.30.3
  • Loading branch information
ergebnis-bot committed Apr 22, 2024
2 parents 5559be5 + 437b819 commit ce896e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: "actions/checkout@v4.1.3"

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

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

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

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

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

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

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

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.2"
uses: "shivammathur/setup-php@2.30.3"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, fileinfo, iconv, intl, json, mbstring, pdo, pdo_mysql, 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.2"
uses: "shivammathur/setup-php@2.30.3"
with:
coverage: "none"
extensions: "none, ctype, curl, dom, fileinfo, iconv, intl, json, mbstring, pdo, pdo_mysql, phar, simplexml, tokenizer, xml, xmlwriter"
Expand Down

0 comments on commit ce896e5

Please sign in to comment.