Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

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

Bump shivammathur/setup-php from 2.8.0 to 2.9.0
  • Loading branch information
nucleos-bot authored Nov 27, 2020
2 parents db587a1 + 9b6ed02 commit 308c433
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 @@ -50,7 +50,7 @@ jobs:
uses: actions/[email protected]

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

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

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

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

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

0 comments on commit 308c433

Please sign in to comment.