File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,8 @@ jobs:
130
130
--with "symfony/dependency-injection:${SF_CONSTRAINT}" \
131
131
--with "symfony/http-foundation:${SF_CONSTRAINT}" \
132
132
--with "symfony/http-kernel:${SF_CONSTRAINT}" \
133
+ # TODO - !! REMOVE the following - only there for test purpose until branch is merged !!
134
+ --with "symfony/http-kernel:dev-feature/increase-supported-versions-sf7.0" \
133
135
${{ matrix.pkg-extra-constraints }} \
134
136
&& make build
135
137
Original file line number Diff line number Diff line change 41
41
"symfony/http-kernel" : " ^5.4 || ^6.0 || ^7.0" ,
42
42
"yoanm/jsonrpc-server-doc-sdk" : " ^0.3 || ^1.0" ,
43
43
"yoanm/jsonrpc-server-sdk" : " ^3.3" ,
44
- "yoanm/symfony-jsonrpc-http-server" : " ^3.3"
44
+ "yoanm/symfony-jsonrpc-http-server" : " ^3.3 || dev-feature/increase-supported-versions-sf7.0 "
45
45
},
46
46
"require-dev" : {
47
47
"behat/behat" : " ^3.9.0,<=3.16.1" ,
You can’t perform that action at this time.
0 commit comments