Skip to content

Commit 2b09bc3

Browse files
committedJan 27, 2021
travis: remove --ignore-platform-reqs and --prefer-lowest on php 8.0
1 parent 54daaf9 commit 2b09bc3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ matrix:
1414
- php: 7.4
1515
env: composerargs="--prefer-lowest"
1616
- php: 7.4
17-
# - php: 8.0
18-
# env: composerargs="--prefer-lowest --ignore-platform-reqs"
1917
- php: 8.0
20-
env: composerargs="--ignore-platform-reqs"
2118

2219
before_script:
2320
- (phpenv config-rm xdebug.ini || exit 0)

0 commit comments

Comments
 (0)
Please sign in to comment.