Skip to content

Commit

Permalink
Merge pull request #70 from localheinz/fix/reference
Browse files Browse the repository at this point in the history
Fix: Reference
  • Loading branch information
localheinz authored Dec 13, 2019
2 parents b2385b7 + c42efa3 commit 1ff1a8a
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/checkout@v2.0.0

- name: "Install PHP"
uses: shivammathur/setup-php@v1.6.0
uses: shivammathur/setup-php@1.6.0
with:
coverage: none
php-version: ${{ matrix.php-version }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v2.0.0

- name: "Install PHP"
uses: shivammathur/setup-php@v1.6.0
uses: shivammathur/setup-php@1.6.0
with:
coverage: none
php-version: ${{ matrix.php-version }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v2.0.0

- name: "Install PHP"
uses: shivammathur/setup-php@v1.6.0
uses: shivammathur/setup-php@1.6.0
with:
coverage: none
php-version: ${{ matrix.php-version }}
Expand Down

0 comments on commit 1ff1a8a

Please sign in to comment.