File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : true
18
18
matrix :
19
- php : [8.2, 8.3]
19
+ php : [8.2, 8.3, 8.4 ]
20
20
laravel : [11]
21
21
22
22
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
40
40
composer update --prefer-dist --no-interaction --no-progress
41
41
42
42
- name : Execute tests
43
- run : vendor/bin/phpunit
43
+ run : vendor/bin/phpunit --display-deprecations --fail-on-deprecation
44
44
45
45
stub-tests :
46
46
runs-on : ubuntu-22.04
49
49
fail-fast : true
50
50
matrix :
51
51
stack : [inertia, livewire]
52
- laravel : [11 ]
52
+ laravel : ['11.x-dev' ]
53
53
54
54
name : Test Stubs - Laravel ${{ matrix.laravel }} - ${{ matrix.stack }}
55
55
Original file line number Diff line number Diff line change 1
1
php :
2
2
preset : laravel
3
+ enabled :
4
+ - nullable_type_declarations
3
5
disabled :
4
6
- no_unused_imports
5
7
js :
Original file line number Diff line number Diff line change 19
19
"illuminate/console" : " ^11.0" ,
20
20
"illuminate/support" : " ^11.0" ,
21
21
"laravel/fortify" : " ^1.20" ,
22
- "mobiledetect/mobiledetectlib" : " ^4.8" ,
22
+ "mobiledetect/mobiledetectlib" : " ^4.8.08 " ,
23
23
"symfony/console" : " ^7.0"
24
24
},
25
25
"require-dev" : {
You can’t perform that action at this time.
0 commit comments