Skip to content

Commit 3feebd6

Browse files
committed
Fix
1 parent 7c8701d commit 3feebd6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ jobs:
130130
--with "symfony/dependency-injection:${SF_CONSTRAINT}" \
131131
--with "symfony/http-foundation:${SF_CONSTRAINT}" \
132132
--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" \
133135
${{ matrix.pkg-extra-constraints }} \
134136
&& make build
135137
@@ -218,6 +220,8 @@ jobs:
218220
--with "symfony/dependency-injection:${SF_CONSTRAINT}" \
219221
--with "symfony/http-foundation:${SF_CONSTRAINT}" \
220222
--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" \
221225
&& make build
222226
223227
- name: ComposerRequireChecker
@@ -302,6 +306,8 @@ jobs:
302306
symfony/dependency-injection:${SF_CONSTRAINT} \
303307
symfony/http-foundation:${SF_CONSTRAINT} \
304308
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 \
305311
${{ matrix.pkg-extra-constraints }} \
306312
&& make build
307313

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
4242
"yoanm/jsonrpc-server-doc-sdk": "^0.3 || ^1.0",
4343
"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"
4545
},
4646
"require-dev": {
4747
"behat/behat": "^3.9.0,<=3.16.1",

0 commit comments

Comments
 (0)