Skip to content

Commit

Permalink
Merge pull request #114 from localheinz/feature/setup-php
Browse files Browse the repository at this point in the history
Enhancement: Update shivammathur/setup-php
  • Loading branch information
localheinz authored Feb 5, 2020
2 parents 72bd661 + 3169180 commit 396c45b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/setup-php@1.6.0"
uses: "shivammathur/setup-php@1.8.2"
with:
coverage: "none"
extensions: "mbstring"
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/setup-php@1.6.0"
uses: "shivammathur/setup-php@1.8.2"
with:
coverage: "none"
extensions: "mbstring"
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP"
uses: "shivammathur/setup-php@1.6.0"
uses: "shivammathur/setup-php@1.8.2"
with:
coverage: "none"
extensions: "mbstring"
Expand Down

0 comments on commit 396c45b

Please sign in to comment.