Skip to content

Commit 0c058db

Browse files
committed
Fix
1 parent 3feebd6 commit 0c058db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ 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 !!
134133
--with "symfony/http-kernel:dev-feature/increase-supported-versions-sf7.0" \
135134
${{ matrix.pkg-extra-constraints }} \
136135
&& make build
@@ -220,7 +219,6 @@ 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 !!
224222
--with "symfony/http-kernel:dev-feature/increase-supported-versions-sf7.0" \
225223
&& make build
226224
@@ -306,7 +304,6 @@ 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 !!
310307
symfony/http-kernel:dev-feature/increase-supported-versions-sf7.0 \
311308
${{ matrix.pkg-extra-constraints }} \
312309
&& make build

0 commit comments

Comments
 (0)