File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,8 +214,8 @@ jobs:
214
214
# get a list of the patched components (relies on .github/build-packages.php being called in the previous step)
215
215
PATCHED_COMPONENTS=$(git diff --name-only src/ | grep composer.json || true)
216
216
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
219
219
export FLIP='^'
220
220
SYMFONY_VERSION=$(echo $SYMFONY_VERSION | awk '{print $1 - 1}')
221
221
echo -e "\\n\\e[33;1mChecking out Symfony $SYMFONY_VERSION and running tests with patched components as deps\\e[0m"
You can’t perform that action at this time.
0 commit comments