Skip to content

Commit

Permalink
Merge pull request #215 from nucleos/dependabot/github_actions/shivam…
Browse files Browse the repository at this point in the history
…mathur/setup-php-2.10.0

Bump shivammathur/setup-php from 2.9.0 to 2.10.0
  • Loading branch information
nucleos-bot authored Feb 25, 2021
2 parents ca28442 + b43c16e commit 1bf2827
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/[email protected]

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.9.0
uses: shivammathur/setup-php@2.10.0
with:
coverage: none
extensions: "mbstring, json"
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/[email protected]

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.9.0
uses: shivammathur/setup-php@2.10.0
with:
coverage: none
extensions: "mbstring, json"
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/[email protected]

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.9.0
uses: shivammathur/setup-php@2.10.0
with:
coverage: none
extensions: "mbstring, json"
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
uses: actions/[email protected]

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.9.0
uses: shivammathur/setup-php@2.10.0
with:
coverage: pcov
extensions: "mbstring, json"
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
uses: actions/[email protected]

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.9.0
uses: shivammathur/setup-php@2.10.0
with:
coverage: pcov
extensions: "mbstring"
Expand Down

0 comments on commit 1bf2827

Please sign in to comment.