Skip to content

Commit 643b653

Browse files
committed
Fix
1 parent 3feebd6 commit 643b653

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ 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" \
133+
--with "yoanm/symfony-jsonrpc-http-server:dev-feature/increase-supported-versions-sf7.0" \
135134
${{ matrix.pkg-extra-constraints }} \
136135
&& make build
137136
@@ -220,8 +219,7 @@ jobs:
220219
--with "symfony/dependency-injection:${SF_CONSTRAINT}" \
221220
--with "symfony/http-foundation:${SF_CONSTRAINT}" \
222221
--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" \
225223
&& make build
226224
227225
- name: ComposerRequireChecker
@@ -306,8 +304,7 @@ jobs:
306304
symfony/dependency-injection:${SF_CONSTRAINT} \
307305
symfony/http-foundation:${SF_CONSTRAINT} \
308306
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 \
311308
${{ matrix.pkg-extra-constraints }} \
312309
&& make build
313310

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"require-dev": {
4747
"behat/behat": "^3.9.0,<=3.16.1",
4848
"dvdoug/behat-code-coverage": "^5.0",
49-
"matthiasnoback/symfony-config-test": "^4.0",
50-
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
49+
"matthiasnoback/symfony-config-test": "^4.0 || ^5.0",
50+
"matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0",
5151
"phpspec/prophecy": "^1.15",
5252
"phpspec/prophecy-phpunit": "^2.0",
5353
"phpunit/php-code-coverage": "^9.2.4",

0 commit comments

Comments
 (0)