File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,20 @@ jobs:
14
14
matrix :
15
15
os : [ubuntu-latest]
16
16
php : [8.4, 8.3, 8.2, 8.1]
17
- laravel : [11 .*, 10 .*, 9 .*]
17
+ laravel : [12 .*, 11 .*, 10 .*]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
+ - laravel : 12.*
21
+ testbench : 10.*
20
22
- laravel : 11.*
21
23
testbench : 9.*
22
24
- laravel : 10.*
23
25
testbench : 8.*
24
26
- laravel : 9.*
25
27
testbench : 7.*
26
28
exclude :
29
+ - laravel : 12.*
30
+ php : 8.1
27
31
- laravel : 11.*
28
32
php : 8.1
29
33
56
60
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
57
61
- name : Install dependencies
58
62
run : |
59
- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.64" " orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
63
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
60
64
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
61
65
- name : Execute tests
62
66
run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ^8.1" ,
22
- "illuminate/support" : " ^9 .0|^10 .0|^11 .0" ,
23
- "illuminate/database" : " ^9 .0|^10 .0|^11 .0"
22
+ "illuminate/support" : " ^10 .0|^11 .0|^12 .0" ,
23
+ "illuminate/database" : " ^10 .0|^11 .0|^12 .0"
24
24
},
25
25
"require-dev" : {
26
26
"friendsofphp/php-cs-fixer" : " ^3.5" ,
27
- "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
28
- "phpunit/phpunit" : " ^9.0|^10 .0"
27
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0|^10.0 " ,
28
+ "phpunit/phpunit" : " ^10.1|11 .0"
29
29
},
30
30
"autoload" : {
31
31
"psr-4" : {
You can’t perform that action at this time.
0 commit comments