File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ language: php
2
2
php :
3
3
- 7.1
4
4
- 7.2
5
+ - 7.3
6
+ - 7.4
5
7
6
8
before_install :
7
9
# turn off XDebug
@@ -18,20 +20,20 @@ script:
18
20
jobs :
19
21
include :
20
22
- stage : Quality Assurance
21
- php : 7.1
23
+ php : 7.4
22
24
script :
23
25
- composer run-script qa
24
26
25
27
- stage : Test Coverage
26
- php : 7.1
28
+ php : 7.4
27
29
script :
28
30
- composer run-script coverage
29
31
after_script :
30
32
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
31
33
- php coveralls.phar --verbose --config tests/.coveralls.yml
32
34
33
35
- stage : Phpstan
34
- php : 7.1
36
+ php : 7.4
35
37
script :
36
38
- composer run-script phpstan-install
37
39
- composer run-script phpstan
@@ -48,4 +50,4 @@ sudo: false
48
50
49
51
cache :
50
52
directories :
51
- - $HOME/.composer/cache
53
+ - $HOME/.composer/cache
You can’t perform that action at this time.
0 commit comments