Skip to content

Commit 631c83e

Browse files
committed
Travis: add PHP 7.3, 7.4
1 parent 764fb34 commit 631c83e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: php
22
php:
33
- 7.1
44
- 7.2
5+
- 7.3
6+
- 7.4
57

68
before_install:
79
# turn off XDebug
@@ -18,20 +20,20 @@ script:
1820
jobs:
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

4951
cache:
5052
directories:
51-
- $HOME/.composer/cache
53+
- $HOME/.composer/cache

0 commit comments

Comments
 (0)