File tree Expand file tree Collapse file tree 3 files changed +9
-23
lines changed Expand file tree Collapse file tree 3 files changed +9
-23
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,10 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
os : [ubuntu-latest]
18
- php : [8.3, 8.2, 8.1 ]
19
- laravel : [10.*, 11.*]
18
+ php : [8.3, 8.2]
19
+ laravel : [11.*]
20
20
stability : [prefer-stable]
21
- include :
22
- - laravel : 10.*
23
- testbench : 8.*
24
- - laravel : 11.*
25
- testbench : 9.*
26
- exclude :
27
- - laravel : 11.*
28
- php : 8.1
21
+ testbench : [9.*]
29
22
30
23
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
31
24
Original file line number Diff line number Diff line change @@ -18,17 +18,10 @@ jobs:
18
18
fail-fast : false
19
19
matrix :
20
20
os : [ubuntu-latest]
21
- php : [8.3, 8.2, 8.1 ]
22
- laravel : [10.*, 11.*]
21
+ php : [8.3, 8.2]
22
+ laravel : [11.*]
23
23
stability : [prefer-stable]
24
- include :
25
- - laravel : 10.*
26
- testbench : 8.*
27
- - laravel : 11.*
28
- testbench : 9.*
29
- exclude :
30
- - laravel : 11.*
31
- php : 8.1
24
+ testbench : [9.*]
32
25
33
26
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
34
27
Original file line number Diff line number Diff line change 10
10
"homepage" : " https://github.com/dutchcodingcompany/filament-socialite" ,
11
11
"license" : " MIT" ,
12
12
"require" : {
13
- "php" : " ^8.0 " ,
14
- "livewire/livewire" : " 3.* "
13
+ "php" : " ^8.2 " ,
14
+ "livewire/livewire" : " ^3.0 "
15
15
},
16
16
"require-dev" : {
17
17
"friendsofphp/php-cs-fixer" : " ^3.8" ,
18
18
"larastan/larastan" : " ^2.9" ,
19
- "orchestra/testbench" : " ^8.0|^ 9.0" ,
19
+ "orchestra/testbench" : " ^9.0" ,
20
20
"phpunit/phpunit" : " ^11.1"
21
21
},
22
22
"autoload" : {
You can’t perform that action at this time.
0 commit comments