Skip to content

Commit 60c5c59

Browse files
committed
limit ignore-platform-reqs to php only for php 8
1 parent 3c97e7b commit 60c5c59

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)