Test on PHP 7.3 (#3286)
This commit is contained in:
committed by
Graham Campbell
parent
97328b6f9e
commit
d900e274c6
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user