Skip to content

Commit f93b9e4

Browse files
committed
Fix
1 parent 7c8701d commit f93b9e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 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

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)