File tree Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
dist : trusty
3
- sudo : false
4
3
5
4
git :
6
5
depth : 5
@@ -10,23 +9,25 @@ cache:
10
9
- $HOME/.composer/cache
11
10
- vendor
12
11
13
- php :
14
- - 5.4
15
- - 5.5
16
- - 5.6
17
- - 7.0
18
- - 7.1
19
- - 7.2
20
- - 7.3
21
- - nightly
22
-
23
- matrix :
12
+ jobs :
24
13
include :
25
- - dist : precise
26
- php : 5.3
14
+ - php : 5.3
15
+ dist : precise
16
+ - php : 5.4
17
+ - php : 5.5
18
+ - php : 5.6
19
+ - php : 7.0
20
+ - php : 7.1
21
+ - php : 7.2
22
+ - php : 7.3
23
+ - php : 7.4snapshot
27
24
fast_finish : true
28
25
allow_failures :
29
- - php : nightly
26
+ - php : 7.4snapshot
27
+
28
+ before_install :
29
+ # disable Xdebug if present
30
+ - phpenv config-rm xdebug.ini || echo "Xdebug not present"
30
31
31
32
install :
32
33
- composer install --no-interaction --no-progress --prefer-dist --ansi
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ clone_depth: 5
3
3
4
4
environment :
5
5
# This sets the PHP version (from Chocolatey)
6
- PHPCI_CHOCO_VERSION : 7.3.1
6
+ PHPCI_CHOCO_VERSION : 7.3.11
7
7
PHPCI_CACHE : C:\tools\phpci
8
8
PHPCI_PHP : C:\tools\phpci\php
9
9
PHPCI_COMPOSER : C:\tools\phpci\composer
Original file line number Diff line number Diff line change 18
18
"issues" : " https://github.com/composer/xdebug-handler/issues"
19
19
},
20
20
"require" : {
21
- "php" : " ^5.3.2 || ^7.0" ,
21
+ "php" : " ^5.3.2 || ^7.0 || ^8.0 " ,
22
22
"psr/log" : " ^1.0"
23
23
},
24
24
"require-dev" : {
25
- "phpunit/phpunit" : " ^4.8.35 || ^5.7 || ^ 6.5"
25
+ "phpunit/phpunit" : " ^4.8.35 || ^5.7 || 6.5 - 7 "
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
Original file line number Diff line number Diff line change 7
7
convertWarningsToExceptions =" true"
8
8
processIsolation =" false"
9
9
stopOnFailure =" false"
10
- syntaxCheck =" false"
11
10
bootstrap =" vendor/autoload.php"
12
11
>
13
12
<testsuites >
You can’t perform that action at this time.
0 commit comments