File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,12 @@ jobs:
102
102
fi
103
103
104
104
# For the highest branch, in high-deps mode, the version before it is checked out and tested with the locally patched components
105
+ echo $SYMFONY_VERSION
106
+ echo "$SYMFONY_VERSIONS" | tail -n 1 | sed s/.//
105
107
if [[ "${{ matrix.mode }}" = high-deps && $SYMFONY_VERSION = $(echo "$SYMFONY_VERSIONS" | tail -n 1 | sed s/.//) ]]; then
106
108
echo FLIP='^' >> $GITHUB_ENV
107
109
SYMFONY_VERSION=$(echo "$SYMFONY_VERSIONS" | grep -FB1 /$SYMFONY_VERSION | head -n 1 | sed s/.//)
110
+ echo SYMFONY_VERSION
108
111
git fetch --depth=2 origin $SYMFONY_VERSION
109
112
git checkout -m FETCH_HEAD
110
113
echo COMPONENTS=$(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h ') >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments