Explorar o código

Remove php 7.3 until drupal fully supports it

Abdullah Almsaeed %!s(int64=6) %!d(string=hai) anos
pai
achega
7d931468c8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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"