File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
php : [8.4, 8.3, 8.2]
12
- laravel : [11.* , 10.* ]
12
+ laravel : [12.0, 11.43 , 10.48 ]
13
13
dependency-version : [prefer-lowest, prefer-stable]
14
14
include :
15
- - laravel : 11.*
16
- testbench : 9.*
17
- - laravel : 10.*
18
- testbench : 8.*
15
+ - laravel : 12.0
16
+ testbench : 10.0
17
+ - laravel : 11.43
18
+ testbench : 9.11
19
+ - laravel : 10.48
20
+ testbench : 8.33
19
21
20
22
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
21
23
38
40
39
41
- name : Install dependencies
40
42
run : |
41
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
43
+ composer require "laravel/framework:^ ${{ matrix.laravel }}" "orchestra/testbench:^ ${{ matrix.testbench }}" --no-interaction --no-update
42
44
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
43
45
44
46
- name : Execute tests
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.4 || ^8.3 || ^8.2" ,
20
- "illuminate/mail" : " ^10.0 |^11.0" ,
21
- "illuminate/view" : " ^10.0 |^11.0"
20
+ "illuminate/mail" : " ^10.48 |^11.43|^12 .0" ,
21
+ "illuminate/view" : " ^10.48 |^11.43|^12 .0"
22
22
},
23
23
"require-dev" : {
24
- "orchestra/testbench" : " ^8.0 |^9.0" ,
25
- "phpunit/phpunit" : " ^10.4"
24
+ "orchestra/testbench" : " ^8.33 |^9.11|^10 .0" ,
25
+ "phpunit/phpunit" : " ^10.4|^11.5.3 "
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
You can’t perform that action at this time.
0 commit comments