Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

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

Bump shivammathur/setup-php from 2.16.0 to 2.17.0
  • Loading branch information
github-actions[bot] authored Feb 9, 2022
2 parents 61549b7 + fe1f043 commit 48faa9b
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/checkout@v2.4.0

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.16.0
uses: shivammathur/setup-php@2.17.0
with:
coverage: none
extensions: "mbstring, json"
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v2.4.0

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.16.0
uses: shivammathur/setup-php@2.17.0
with:
coverage: none
extensions: "mbstring, json"
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
uses: actions/checkout@v2.4.0

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.16.0
uses: shivammathur/setup-php@2.17.0
with:
coverage: none
extensions: "mbstring, json"
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
uses: actions/checkout@v2.4.0

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.16.0
uses: shivammathur/setup-php@2.17.0
with:
coverage: pcov
extensions: "mbstring, json"
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
uses: actions/checkout@v2.4.0

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.16.0
uses: shivammathur/setup-php@2.17.0
with:
coverage: pcov
extensions: "mbstring, json"
Expand Down

0 comments on commit 48faa9b

Please sign in to comment.