8000 minor #41347 Fake PHP version on PHP nightly builds (derrabus) · symfony/symfony@b494790 · GitHub
[go: up one dir, main page]

Skip to content

Commit b494790

Browse files
minor #41347 Fake PHP version on PHP nightly builds (derrabus)
This PR was merged into the 6.0 branch. Discussion ---------- Fake PHP version on PHP nightly builds | Q | A | ------------- | --- | Branch? | 6.0 | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A These two lines have been removed in #41282. Unfortunately, we still need them because people set upper boundaries in their composer.json. Without lying to composer, we cannot install dependencies on PHP 8.1 (yet). Commits ------- 6d6ea6d Fake PHP version on PHP nightly builds
2 parents d131937 + 6d6ea6d commit b494790

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ jobs:
216216
217217
- name: Install dependencies
218218
run: |
219+
echo "::group::fake PHP version"
220+
composer config platform.php 8.0.99
219221
echo "::group::composer update"
220222
composer update --no-progress --ansi
221223
echo "::endgroup::"

0 commit comments

Comments
 (0)
0