Skip to content

Commit d9ac86f

Browse files
committed
Also test on PHP 7.3
1 parent 03cd6f1 commit d9ac86f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ php:
1111
- 7.0
1212
- 7.1
1313
- 7.2
14+
- 7.3
1415

1516
env:
1617
matrix:
@@ -37,6 +38,8 @@ matrix:
3738
env: LARAVEL=5.7.* TESTBENCH=3.7.* PHPUNIT=7.3.*
3839
- php: 7.2
3940
env: LARAVEL=5.0.* TESTBENCH=3.0.* PHPUNIT=4.8.*
41+
- php: 7.3
42+
env: LARAVEL=5.0.* TESTBENCH=3.0.* PHPUNIT=4.8.*
4043

4144
before_install:
4245
- composer self-update --stable --no-interaction

0 commit comments

Comments
 (0)