8000 minor #50608 [GHA] Always install with --ignore-platform-req=php+ (ni… · symfony/symfony@522d480 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 522d480

Browse files
minor #50608 [GHA] Always install with --ignore-platform-req=php+ (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- [GHA] Always install with --ignore-platform-req=php+ | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 3f90e16 [GHA] Always install with --ignore-platform-req=php+
2 parents 172a848 + 3f90e16 commit 522d480

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
67< 5904 /code>67
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'$([[ "${{ matrix.mode }}" != low-deps ]] && echo ' --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