Skip to content

Commit

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

Bump shivammathur/setup-php from 2.13.0 to 2.14.0
  • Loading branch information
nucleos-bot committed Sep 13, 2021
2 parents 9b73f46 + 85285a5 commit 9dee1b9
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.3.4

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

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

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

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

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

0 comments on commit 9dee1b9

Please sign in to comment.