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

Commit

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

Bump shivammathur/setup-php from 2.14.0 to 2.15.0
  • Loading branch information
nucleos-bot committed Sep 29, 2021
2 parents ff4700a + 56afb32 commit b7cd6e0
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 @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.14.0
uses: shivammathur/setup-php@2.15.0
with:
coverage: none
extensions: "mbstring, json"
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.14.0
uses: shivammathur/setup-php@2.15.0
with:
coverage: none
extensions: "mbstring, json"
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.14.0
uses: shivammathur/setup-php@2.15.0
with:
coverage: none
extensions: "mbstring, json"
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.14.0
uses: shivammathur/setup-php@2.15.0
with:
coverage: pcov
extensions: "mbstring, json"
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
uses: actions/checkout@v2.3.4

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

0 comments on commit b7cd6e0

Please sign in to comment.