File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ jobs:
13
13
matrix :
14
14
os : [ubuntu-latest]
15
15
php : [8.2]
16
- laravel : ['10.*', '11.*']
16
+ laravel : ['10.*', '11.*', '12.*' ]
17
17
dependency-version : [prefer-stable, prefer-lowest]
18
18
include :
19
19
- testbench : 8.*
20
20
laravel : 10.*
21
21
- testbench : 9.*
22
22
laravel : 11.*
23
+ - testbench : 10.*
24
+ laravel : 12.*
23
25
24
26
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
25
27
36
38
37
39
- name : Install dependencies
38
40
run : |
39
- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" " orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
41
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
40
42
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
41
43
42
44
- name : Execute tests
Original file line number Diff line number Diff line change 23
23
],
24
24
"require" : {
25
25
"php" : " ^8.2" ,
26
- "illuminate/support" : " ^10.0|^11.0"
26
+ "illuminate/support" : " ^10.0|^11.0|^12.0 "
27
27
},
28
28
"require-dev" : {
29
29
"amphp/parallel" : " ^1.4.3|^2.2" ,
30
30
"amphp/parallel-functions" : " ^1.1.0|^2.0" ,
31
31
"mockery/mockery" : " ^1.6.2" ,
32
- "orchestra/testbench" : " ^8.5.9|^9.0" ,
33
- "pestphp/pest" : " ^2.0" ,
34
- "phpunit/phpunit" : " 10.2.2|^10.5" ,
32
+ "orchestra/testbench" : " ^8.5.9|^9.0|^10.0 " ,
33
+ "pestphp/pest" : " ^2.0|^3.7 " ,
34
+ "phpunit/phpunit" : " 10.2.2|^10.5|^11.5.3 " ,
35
35
"spatie/laravel-ray" : " ^1.32.5" ,
36
36
"symfony/stopwatch" : " ^6.3|^7.0"
37
37
},
You can’t perform that action at this time.
0 commit comments