Skip to content

Commit 14fb776

Browse files
authored
Merge pull request #260 from symfony-cmf/platform-reqs
limit ignore-platform-reqs to php only for php 8
2 parents 3c97e7b + 60c5c59 commit 14fb776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ matrix:
4141
- php: 7.4
4242
env: SYMFONY_REQUIRE=5.0.*
4343
- php: nightly
44-
env: COMPOSER_FLAGS="--no-interaction --ignore-platform-reqs" SYMFONY_PHPUNIT_VERSION=9 SYMFONY_REQUIRE=5.0.*
44+
env: COMPOSER_FLAGS="--no-interaction --ignore-platform-req=php" SYMFONY_PHPUNIT_VERSION=9 SYMFONY_REQUIRE=5.0.*
4545
fast_finish: true
4646
allow_failures:
4747

0 commit comments

Comments
 (0)