File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : [8.1, 8. 2]
13
- symfony : [5 .4.*, 6.2 .*]
12
+ php : [8.2]
13
+ symfony : [^6 .4.*, 7.0 .*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
16
16
name : Tests P${{ matrix.php }} - SF${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
Original file line number Diff line number Diff line change 20
20
"openai-php/client" : " ^0.8.0" ,
21
21
"psr/http-client" : " ^1.0.3" ,
22
22
"psr/http-factory" : " ^1.0.2" ,
23
- "symfony/config" : " ^7.0.0" ,
24
- "symfony/dependency-injection" : " ^7.0.0" ,
25
- "symfony/http-client" : " ^7.0.0" ,
26
- "symfony/http-kernel" : " ^7.0.0"
23
+ "symfony/config" : " ^6.4.0|^ 7.0.0" ,
24
+ "symfony/dependency-injection" : " ^6.4.0|^ 7.0.0" ,
25
+ "symfony/http-client" : " ^6.4.0|^ 7.0.0" ,
26
+ "symfony/http-kernel" : " ^6.4.0|^ 7.0.0"
27
27
},
28
28
"require-dev" : {
29
29
"laravel/pint" : " ^1.13.6" ,
30
30
"phpstan/phpstan" : " ^1.10.44" ,
31
31
"rector/rector" : " ^0.14.8" ,
32
- "symfony/phpunit-bridge" : " ^7.0.0"
32
+ "symfony/phpunit-bridge" : " ^6.4.0|^ 7.0.0"
33
33
},
34
34
"autoload" : {
35
35
"psr-4" : {
You can’t perform that action at this time.
0 commit comments