File tree 2 files changed +30
-14
lines changed 2 files changed +30
-14
lines changed Original file line number Diff line number Diff line change 4
4
directories :
5
5
- " $HOME/.composer/cache"
6
6
7
- php :
8
- - ' 5.6'
9
- - ' 7.0'
10
- - ' 7.1'
11
- - ' 7.2'
12
- - ' 7.3'
13
- - ' 7.4'
14
- - ' nightly'
15
-
16
- matrix :
17
- fast_finish : true
7
+ jobs :
18
8
include :
19
- - php : ' 5.6'
9
+ - name : PHP 5.5.9
10
+ php : 5.5.9
11
+ dist : trusty
20
12
env : COMPOSER_FLAGS='--prefer-lowest'
13
+ - name : PHP 5.5
14
+ php : 5.5
15
+ dist : trusty
16
+ - name : PHP 5.6
17
+ php : 5.6
18
+ dist : xenial
19
+ - name : PHP 7.0
20
+ php : 7.0
21
+ dist : xenial
22
+ - name : PHP 7.1
23
+ php : 7.1
24
+ dist : bionic
25
+ - name : PHP 7.2
26
+ php : 7.2
27
+ dist : bionic
28
+ - name : PHP 7.3
29
+ php : 7.3
30
+ dist : bionic
31
+ - name : PHP 7.4
32
+ php : 7.4
33
+ dist : bionic
34
+ - name : PHP 8.0
35
+ php : nightly
36
+ dist : bionic
21
37
allow_failures :
22
38
- php : nightly
23
39
@@ -26,7 +42,7 @@ before_install:
26
42
- composer global require bamarni/composer-bin-plugin:dev-master
27
43
28
44
install :
29
- - composer install
45
+ - composer update --no-interaction
30
46
31
47
script :
32
48
- vendor/bin/phpunit
Original file line number Diff line number Diff line change 12
12
],
13
13
"license" : " MIT" ,
14
14
"require" : {
15
- "php" : " ^5.6 || ^7.0 || ^8.0" ,
15
+ "php" : " ^5.5.9 || ^7.0 || ^8.0" ,
16
16
"composer-plugin-api" : " ^1.0 || ^2.0"
17
17
},
18
18
"require-dev" : {
You can’t perform that action at this time.
0 commit comments