Explorar el Código

Remove php 7.3 until drupal fully supports it

Abdullah Almsaeed hace 6 años
padre
commit
7d931468c8
Se han modificado 1 ficheros con 2 adiciones y 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"