File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.1, 8.2, 8.3]
13
- laravel : [10.*, 9.*]
13
+ laravel : [11.*, 10.*, 9.*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
+ exclude :
16
+ - php : 8.1
17
+ laravel : 11.*
15
18
16
19
name : Tests P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
17
20
steps :
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ^8.1.0" ,
14
- "guzzlehttp/guzzle" : " ^7.7.0 " ,
15
- "laravel/framework" : " ^9.46.0|^10.14.1 " ,
14
+ "guzzlehttp/guzzle" : " ^7.8.1 " ,
15
+ "laravel/framework" : " ^9.46.0|^10.34.2|^11.0 " ,
16
16
"openai-php/client" : " ^v0.8.0"
17
17
},
18
18
"require-dev" : {
19
19
"laravel/pint" : " ^1.13.6" ,
20
- "pestphp/pest" : " ^2.8.2" ,
21
- "pestphp/pest-plugin-arch" : " ^2.2.2" ,
22
- "pestphp/pest-plugin-mock" : " ^2.0.0" ,
23
- "phpstan/phpstan" : " ^1.10.25" ,
24
- "symfony/var-dumper" : " ^6.3.1"
20
+ "pestphp/pest" : " ^2.27.0" ,
21
+ "pestphp/pest-plugin-arch" : " ^2.4.1" ,
22
+ "phpstan/phpstan" : " ^1.10.47" ,
23
+ "symfony/var-dumper" : " ^6.4.0|^7.0.1"
25
24
},
26
25
"autoload" : {
27
26
"psr-4" : {
You can’t perform that action at this time.
0 commit comments