Skip to content

Commit

Permalink
[Travis] Update configuration for PHP tested versions
Browse files Browse the repository at this point in the history
* Remove PHP 5.3 (not supported by Travis anymore)
* Add test with PHP 7.2
  • Loading branch information
jdecool committed Oct 3, 2017
1 parent c46dcf4 commit 140595e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,12 +1,12 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- nightly

matrix:
Expand Down

0 comments on commit 140595e

Please sign in to comment.