Skip to content

Commit

Permalink
Merge pull request #2 from inquid/dependabot/github_actions/shivammat…
Browse files Browse the repository at this point in the history
…hur/setup-php-2.10.0

github-actions(deps): bump shivammathur/setup-php from 2.9.0 to 2.10.0
  • Loading branch information
gogl92 authored Mar 18, 2021
2 parents 450a022 + ee5ffb2 commit 273c4f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strict: true

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.9.0"
uses: "shivammathur/setup-php@2.10.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.9.0"
uses: "shivammathur/setup-php@2.10.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.9.0"
uses: "shivammathur/setup-php@2.10.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.9.0"
uses: "shivammathur/setup-php@2.10.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.9.0"
uses: "shivammathur/setup-php@2.10.0"
with:
coverage: "xdebug"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.9.0"
uses: "shivammathur/setup-php@2.10.0"
with:
coverage: "xdebug"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
token: "${{ secrets.GITHUB_TOKEN }}"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.9.0"
uses: "shivammathur/setup-php@2.10.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down

0 comments on commit 273c4f8

Please sign in to comment.