Skip to content

Commit

Permalink
Merge pull request #80 from nucleos/dependabot/github_actions/shivamm…
Browse files Browse the repository at this point in the history
…athur/setup-php-2.4.3

Bump shivammathur/setup-php from 2.4.2 to 2.4.3
  • Loading branch information
nucleos-bot committed Aug 20, 2020
2 parents 76af6dc + be212fb commit 6fc72d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2.3.2

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.4.2
uses: shivammathur/setup-php@2.4.3
with:
coverage: none
extensions: "mbstring, json"
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v2.3.2

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.4.2
uses: shivammathur/setup-php@2.4.3
with:
coverage: none
extensions: "mbstring, json"
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
uses: actions/checkout@v2.3.2

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.4.2
uses: shivammathur/setup-php@2.4.3
with:
coverage: none
extensions: "mbstring, json"
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
uses: actions/checkout@v2.3.2

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.4.2
uses: shivammathur/setup-php@2.4.3
with:
coverage: pcov
extensions: "mbstring, json"
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
uses: actions/checkout@v2.3.2

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

0 comments on commit 6fc72d1

Please sign in to comment.