File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 99php :
1010 - 7.2
1111 - 7.3
12+ - 7.4
13+ - ' nightly'
1214
1315env :
1416 global :
@@ -29,7 +31,12 @@ before_install:
2931 - iphpenv config-rm xdebug.ini || true
3032
3133install :
32- - travis_retry composer update --prefer-dist --no-interaction
34+ - |
35+ if [[ $TRAVIS_PHP_VERSION == 'nightly' ]]; then
36+ travis_retry composer update --prefer-dist --no-interaction --ignore-platform-reqs
37+ else
38+ travis_retry composer update --prefer-dist --no-interaction
39+ fi
3340
3441script :
3542 - $TEST_COMMAND --testsuite $SUITE
Original file line number Diff line number Diff line change 1414 }
1515 ],
1616 "require" : {
17- "php" : " ^7.2" ,
18- "phpunit/phpunit" : " ^8.0" ,
17+ "php" : " ^7.2 || ^8.0 " ,
18+ "phpunit/phpunit" : " ^8.0 || ^9.3 " ,
1919 "psr/http-message" : " ^1.0"
2020 },
2121 "require-dev" : {
You can’t perform that action at this time.
0 commit comments