Skip to content

Commit 7b3a78e

Browse files
authored
Merge pull request stechstudio#6 from konsulting/travis-php-72
Change PHP versions on Travis
2 parents ad241a3 + 0f293c6 commit 7b3a78e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: php
22

33
php:
4-
- 5.6
5-
- 7.0
6-
- 7.1
4+
- 7.2
5+
- 7.3
76

87
sudo: false
98

@@ -20,4 +19,4 @@ install:
2019
script: vendor/bin/phpunit
2120

2221
after_success:
23-
- travis_retry php vendor/bin/coveralls -v
22+
- travis_retry php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)