File tree 2 files changed +9
-12
lines changed
2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,15 @@ jobs:
10
10
fail-fast : false
11
11
matrix :
12
12
php : [8.2, 8.3, 8.4]
13
- laravel : [11.*]
14
- phpunit : [10.*]
13
+ laravel : [11.*, 12.*]
15
14
stability : [prefer-lowest, prefer-stable]
16
15
include :
17
16
- laravel : 11.*
18
17
testbench : 9.*
19
- exclude :
20
- - php : 8.2
21
- phpunit : 11.*
18
+ - laravel : 12.*
19
+ testbench : 10.*
22
20
23
- name : P${{ matrix.php }} - L${{ matrix.laravel }} PU${{ matrix.phpunit }} - ${{ matrix.stability }}
21
+ name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
24
22
25
23
steps :
26
24
- name : Checkout code
36
34
37
35
- name : Install dependencies
38
36
run : |
39
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
37
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
40
38
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
41
39
42
40
- name : Execute tests
Original file line number Diff line number Diff line change 15
15
"require" : {
16
16
"php" : " ^8.2" ,
17
17
"ext-json" : " *" ,
18
- "illuminate/console" : " ^11.0" ,
19
- "illuminate/support" : " ^11.0" ,
18
+ "illuminate/console" : " ^11.0 | ^12.0 " ,
19
+ "illuminate/support" : " ^11.0 | ^12.0 " ,
20
20
"stefanzweifel/laravel-stats-phploc" : " ^7.0 | ^8.0" ,
21
21
"symfony/finder" : " ^7.0" ,
22
22
"symfony/process" : " ^7.0"
23
23
},
24
24
"require-dev" : {
25
25
"friendsofphp/php-cs-fixer" : " ^3.2" ,
26
- "larastan/larastan" : " ^2.0" ,
27
26
"laravel/browser-kit-testing" : " ^7.1 | ^8.0" ,
28
27
"laravel/dusk" : " ^8.0" ,
29
28
"livewire/livewire" : " ^3.0" ,
30
- "orchestra/testbench" : " ^9.0" ,
31
- "pestphp/pest" : " ^2" ,
29
+ "orchestra/testbench" : " ^9.0 | ^10 " ,
30
+ "pestphp/pest" : " ^2 | ^3 " ,
32
31
"phpunit/phpunit" : " ^10.0 | ^11.0" ,
33
32
"rector/rector" : " ^1.0"
34
33
},
You can’t perform that action at this time.
0 commit comments