Skip to content

Commit cffcc48

Browse files
committed
also test patched components with 6.4
1 parent 99d2b23 commit cffcc48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ jobs:
214214
# get a list of the patched components (relies on .github/build-packages.php being called in the previous step)
215215
PATCHED_COMPONENTS=$(git diff --name-only src/ | grep composer.json || true)
216216
217-
# for 6.4 LTS, checkout and test previous major with the patched components (only for patched components)
218-
if [[ $PATCHED_COMPONENTS && $SYMFONY_VERSION = 6.4 ]]; then
217+
# for 7.4 LTS, checkout and test previous major with the patched components (only for patched components)
218+
if [[ $PATCHED_COMPONENTS && $SYMFONY_VERSION = 7.4 ]]; then
219219
export FLIP='^'
220220
SYMFONY_VERSION=$(echo $SYMFONY_VERSION | awk '{print $1 - 1}')
221221
echo -e "\\n\\e[33;1mChecking out Symfony $SYMFONY_VERSION and running tests with patched components as deps\\e[0m"

0 commit comments

Comments
 (0)