File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ jobs:
18
18
fail-fast : false
19
19
matrix :
20
20
php :
21
- - ' 8.0'
22
21
- ' 8.1'
22
+ - ' 8.2'
23
23
laravel :
24
- - 8.*
25
24
- 9.*
25
+ - 10.*
26
26
prefer :
27
27
- ' prefer-lowest'
28
28
- ' prefer-stable'
29
29
include :
30
- - laravel : ' 8.*'
31
- testbench : ' 6.*'
32
30
- laravel : 9.*
33
31
testbench : 7.*
32
+ - laravel : 10.*
33
+ testbench : 8.*
34
34
35
35
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
36
36
52
52
53
53
- name : Install dependencies
54
54
run : |
55
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "orchestra/database:${{ matrix.testbench }}" --no-interaction --no-update
55
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
56
56
composer update --${{ matrix.prefer }} --prefer-dist --no-interaction --no-suggest
57
57
58
58
- name : Run tests
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "illuminate/database" : " ^8.83|^9.35 " ,
24
- "illuminate/support" : " ^8.83|^9.35 "
23
+ "illuminate/database" : " ^9.35|^10.5 " ,
24
+ "illuminate/support" : " ^9.35|^10.5 "
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
37
37
"test" : " vendor/bin/phpunit"
38
38
},
39
39
"require-dev" : {
40
- "chelout/laravel-relationship-events" : " ^1.5" ,
40
+ "chelout/laravel-relationship-events" : " ^1.5|^2.0 " ,
41
41
"laravel/legacy-factories" : " ^1.3" ,
42
42
"livewire/livewire" : " dev-master" ,
43
43
"mockery/mockery" : " ^1.5" ,
44
- "orchestra/database" : " ^6.28|^7.0" ,
45
- "orchestra/testbench" : " ^6.28|^7.0" ,
46
- "orchestra/testbench-core" : " ^6.28|^7.0" ,
44
+ "orchestra/testbench" : " ^7.23|^8.1.1" ,
47
45
"phpunit/phpunit" : " ^9.5.25"
48
46
},
49
47
"config" : {
You can’t perform that action at this time.
0 commit comments