Test on PHP 7.3 (#3286)

This commit is contained in:
James Brooks
2018-10-18 23:21:00 +01:00
committed by Graham Campbell
parent 97328b6f9e
commit d900e274c6
2 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ jobs:
- stage: Unit tests
script: vendor/bin/phpunit
php: 7.2
- stage: Unit tests
script: vendor/bin/phpunit
php: 7.3
- stage: Code coverage
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml

View File

@@ -2,7 +2,7 @@
<div class="section-timeline">
<h1>{{ trans('cachet.incidents.past') }}</h1>
@foreach($allIncidents as $date => $incidents)
@include('partials.incidents', [compact($date), compact($incidents)])
@include('partials.incidents', [@compact($date), @compact($incidents)])
@endforeach
</div>