Skip to content

Commit

Permalink
Changed PHP test versions from 5 to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dracony committed Dec 25, 2019
1 parent 0d115eb commit 46a001e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ services:
- redis-server
- memcached
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

before_install:
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
Expand All @@ -23,4 +24,4 @@ before_script:
- "composer install"

script:
- "phpunit"
- "phpunit"

0 comments on commit 46a001e

Please sign in to comment.