File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1818 - name : Setup PHP
1919 uses : shivammathur/setup-php@v2
2020 with :
21- php-version : ' 8.4 '
21+ php-version : ' 8.2 '
2222 coverage : none
2323
2424 - name : Install composer dependencies
Original file line number Diff line number Diff line change 2121 fail-fast : true
2222 matrix :
2323 os : [ubuntu-latest, windows-latest]
24- php : [8.4, 8.3]
24+ php : [8.4, 8.3, 8.2 ]
2525 laravel : [12.*, 11.*, 10.*]
2626 stability : [prefer-lowest, prefer-stable]
2727 include :
Original file line number Diff line number Diff line change 11<?php
22
3- // arch('it will not use debugging functions')
4- // ->expect(['dd', 'dump', 'ray'])
5- // ->each->not->toBeUsed();
3+ arch ('it will not use debugging functions ' )
4+ ->expect (['dd ' , 'dump ' , 'ray ' ])
5+ ->each ->not ->toBeUsed ();
Original file line number Diff line number Diff line change 55it ('can test ' , function () {
66 expect (true )->toBeTrue ();
77
8- $ response = get (
9- uri: '/ ' ,
10- // cookies: collect($cookies)
11- // ->mapWithKeys(fn (string $c) => [
12- // $c => fake()->word(),
13- // ])
14- // ->toArray(),
15- );
8+ // $response = get(
9+ // uri: '/',
10+ // cookies: collect($cookies)
11+ // ->mapWithKeys(fn (string $c) => [
12+ // $c => fake()->word(),
13+ // ])
14+ // ->toArray(),
15+ // );
1616
1717});
You can’t perform that action at this time.
0 commit comments