@@ -130,8 +130,7 @@ 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
+ --with "yoanm/symfony-jsonrpc-http-server:dev-feature/increase-supported-versions-sf7.0" \
135
134
${{ matrix.pkg-extra-constraints }} \
136
135
&& make build
137
136
@@ -220,8 +219,7 @@ jobs:
220
219
--with "symfony/dependency-injection:${SF_CONSTRAINT}" \
221
220
--with "symfony/http-foundation:${SF_CONSTRAINT}" \
222
221
--with "symfony/http-kernel:${SF_CONSTRAINT}" \
223
- # TODO - !! REMOVE the following - only there for test purpose until branch is merged !!
224
- --with "symfony/http-kernel:dev-feature/increase-supported-versions-sf7.0" \
222
+ --with "yoanm/symfony-jsonrpc-http-server:dev-feature/increase-supported-versions-sf7.0" \
225
223
&& make build
226
224
227
225
- name : ComposerRequireChecker
@@ -306,8 +304,7 @@ jobs:
306
304
symfony/dependency-injection:${SF_CONSTRAINT} \
307
305
symfony/http-foundation:${SF_CONSTRAINT} \
308
306
symfony/http-kernel:${SF_CONSTRAINT} \
309
- # TODO - !! REMOVE the following - only there for test purpose until branch is merged !!
310
- symfony/http-kernel:dev-feature/increase-supported-versions-sf7.0 \
307
+ yoanm/symfony-jsonrpc-http-server:dev-feature/increase-supported-versions-sf7.0 \
311
308
${{ matrix.pkg-extra-constraints }} \
312
309
&& make build
313
310
0 commit comments