Browse Source

Remove php 7.3 until drupal fully supports it

Abdullah Almsaeed 6 years ago
parent
commit
7d931468c8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -9,7 +9,8 @@ sudo: required
 php:
   - 7.1
   - 7.2
-  - 7.3
+#  PHP 7.3 is not yet supported (issue: https://www.drupal.org/project/drupal/issues/3012308)
+#  - 7.3
 
 env:
   - BASE_URL="http://127.0.0.1:8080"