Skip to content

Commit 3620599

Browse files
committed
Upgrade to PHP 7.3 minimum
1 parent 1a58fdd commit 3620599

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ notifications:
77
on_success: never
88

99
php:
10-
- 7.2
1110
- 7.3
1211
- 7.4
1312
- nightly
@@ -41,7 +40,7 @@ jobs:
4140

4241
- stage: test with coverage
4342
os: linux
44-
php: 7.2
43+
php: 7.3
4544
env: COMPOSER_FLAGS=""
4645
before_install: composer self-update
4746
script: vendor/bin/phpunit --colors --coverage-text

0 commit comments

Comments
 (0)