8000 [GHA] Always install with --ignore-platform-req=php+ · symfony/symfony@d74a497 · GitHub
[go: up one dir, main page]

Skip to content

Commit d74a497

Browse files
[GHA] Always install with --ignore-platform-req=php+
1 parent 172a848 commit d74a497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
echo COLUMNS=120 >> $GITHUB_ENV
6767
echo PHPUNIT="$(pwd)/phpunit --exclude-group tty,benchmark,intl-data,integration" >> $GITHUB_ENV
68-
echo COMPOSER_UP='composer update --no-progress --ansi'$([[ "${{ matrix.mode }}" = experimental ]] && echo ' --ignore-platform-req=php+') >> $GITHUB_ENV
68+
echo COMPOSER_UP='composer update --no-progress --ansi --ignore-platform-req=php+' >> $GITHUB_ENV
6969
7070
SYMFONY_VERSIONS=$(git ls-remote -q --heads | cut -f2 | grep -o '/[1-9][0-9]*\.[0-9].*' | sort -V)
7171
SYMFONY_VERSION=$(grep ' VERSION = ' src/Symfony/Component/HttpKernel/Kernel.php | cut -d "'" -f2 | cut -d '.' -f 1-2)

0 commit comments

Comments
 (0)
0