Skip to content

Commit

Permalink
Enhancement: Update shivammathur/setup-php
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 5, 2020
1 parent 5b1ef41 commit 3169180
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 3169180

Please sign in to comment.