Skip to content

Commit

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

Bump shivammathur/setup-php from 2.11.0 to 2.12.0
  • Loading branch information
nucleos-bot committed Jul 15, 2021
2 parents c4d9661 + 70b297a commit 93bc4f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@2.11.0
uses: shivammathur/setup-php@2.12.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.11.0
uses: shivammathur/setup-php@2.12.0
with:
coverage: none
extensions: "mbstring, json"
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions/checkout@v2.3.4

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

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

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

0 comments on commit 93bc4f8

Please sign in to comment.