Parcourir la source

Fix build config - pass string rather than number as PHP version

shalvah il y a 5 ans
Parent
commit
e91ba99e6f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -3,7 +3,7 @@ language: php
 php:
   - 7.0.0
   - 7.1.3
-  - 7.2
+  - 7.2.0
 
 env:
   matrix: