Skip to content

Commit

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

github-actions(deps): bump shivammathur/setup-php from 2.31.0 to 2.31.1
  • Loading branch information
ergebnis-bot authored Jul 10, 2024
2 parents a828abd + 85df66b commit f26ee5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: "actions/checkout@v4.1.7"

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

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

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

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

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

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

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

0 comments on commit f26ee5c

Please sign in to comment.