8000 Merge branch '5.4' into 6.2 · symfony/symfony@d16b931 · GitHub
[go: up one dir, main page]

Skip to content

Commit d16b931

Browse files
Merge branch '5.4' into 6.2
* 5.4: [GHA] Enable deprecations baseline
2 parents bb0684a + 6f76b90 commit d16b931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
([ -d "$COMPOSER_HOME" ] || mkdir "$COMPOSER_HOME") && cp .github/composer-config.json "$COMPOSER_HOME/config.json"
158158
export COMPOSER_ROOT_VERSION=$(grep ' VERSION = ' src/Symfony/Component/HttpKernel/Kernel.php | grep -P -o '[0-9]+\.[0-9]+').x-dev
159159
echo COMPOSER_ROOT_VERSION=$COMPOSER_ROOT_VERSION >> $GITHUB_ENV
160+
echo SYMFONY_DEPRECATIONS_HELPER="baselineFile=$(pwd)/.github/deprecations-baseline.json" >> $GITHUB_ENV
160161
161162
echo "::group::composer update"
162163
composer require --dev --no-update mongodb/mongodb

0 commit comments

Comments
 (0)
0