Browse Source

Merge pull request #417 from stesie/build-on-php73

(travis) build on php7.3
Stefan Siegl 5 years ago
parent
commit
039f68e1dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -5,11 +5,11 @@ services:
   - docker
 
 env:
-  - V8VER=7.5
-    PHPVER=7.0
   - V8VER=7.5
     PHPVER=7.1
   - V8VER=7.5
     PHPVER=7.2
+  - V8VER=7.5
+    PHPVER=7.3
 
 script: make -f Makefile.travis test