Browse Source

Remove PHP 5.5

Marcel Pociot 8 năm trước cách đây
mục cha
commit
d4ca5fce3f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,9 +1,9 @@
 language: php
 
 php:
-  - 5.5
   - 5.6
   - 7.0
+  - 7.1
 
 before_script:
   - travis_retry composer self-update