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 9
9
php :
10
10
- 7.2
11
11
- 7.3
12
+ - 7.4
13
+ - ' nightly'
12
14
13
15
env :
14
16
global :
@@ -29,7 +31,12 @@ before_install:
29
31
- iphpenv config-rm xdebug.ini || true
30
32
31
33
install :
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
33
40
34
41
script :
35
42
- $TEST_COMMAND --testsuite $SUITE
Original file line number Diff line number Diff line change 14
14
}
15
15
],
16
16
"require" : {
17
- "php" : " ^7.2" ,
18
- "phpunit/phpunit" : " ^8.0" ,
17
+ "php" : " ^7.2 || ^8.0 " ,
18
+ "phpunit/phpunit" : " ^8.0 || ^9.3 " ,
19
19
"psr/http-message" : " ^1.0"
20
20
},
21
21
"require-dev" : {
You can’t perform that action at this time.
0 commit comments