Browse Source

Remove php 5.6 support from travis

Abdullah Almsaeed 6 năm trước cách đây
mục cha
commit
0347df2292
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -7,9 +7,9 @@ services:
 sudo: required
 
 php:
-  - 5.6
   - 7.0
   - 7.1
+  - 7.2
 
 env:
   - BASE_URL="http://127.0.0.1:8080"