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 @@ -12,13 +12,15 @@ jobs:
12
12
strategy :
13
13
fail-fast : true
14
14
matrix :
15
- os : [ubuntu-latest, windows-latest ]
16
- php : [8.1]
17
- laravel : ['^9.2']
15
+ os : [ubuntu-latest]
16
+ php : [8.2, 8. 1]
17
+ laravel : ['^10.0', '^ 9.2']
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
20
- laravel : ' ^9.2'
21
21
testbench : 7.*
22
+ - laravel : ' ^10.0'
23
+ testbench : 8.*
22
24
23
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
26
40
42
41
43
- name : Install dependencies
42
44
run : |
43
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
45
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:>=2.62.1" --no-interaction --no-update
44
46
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
45
47
46
48
- name : Execute tests
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
- "illuminate/console" : " ^9.2"
20
+ "illuminate/console" : " ^9.2|^10.0 "
21
21
},
22
22
"require-dev" : {
23
23
"laravel/pint" : " ^1.0" ,
24
24
"nunomaduro/collision" : " ^6.0" ,
25
25
"nunomaduro/larastan" : " ^2.0.1" ,
26
- "orchestra/testbench" : " ^7.0" ,
26
+ "orchestra/testbench" : " ^7.0|^8.0 " ,
27
27
"pestphp/pest" : " ^1.21" ,
28
28
"pestphp/pest-plugin-laravel" : " ^1.1" ,
29
29
"phpstan/extension-installer" : " ^1.1" ,
You can’t perform that action at this time.
0 commit comments