File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ language: php
22php :
33- 7.1
44- 7.2
5+ - 7.3
6+ - 7.4
57
68before_install :
79# turn off XDebug
@@ -18,20 +20,20 @@ script:
1820jobs :
1921 include :
2022 - stage : Quality Assurance
21- php : 7.1
23+ php : 7.4
2224 script :
2325 - composer run-script qa
2426
2527 - stage : Test Coverage
26- php : 7.1
28+ php : 7.4
2729 script :
2830 - composer run-script coverage
2931 after_script :
3032 - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
3133 - php coveralls.phar --verbose --config tests/.coveralls.yml
3234
3335 - stage : Phpstan
34- php : 7.1
36+ php : 7.4
3537 script :
3638 - composer run-script phpstan-install
3739 - composer run-script phpstan
@@ -48,4 +50,4 @@ sudo: false
4850
4951cache :
5052 directories :
51- - $HOME/.composer/cache
53+ - $HOME/.composer/cache
You can’t perform that action at this time.
0 commit comments