瀏覽代碼

:rocket: Build/Travis: test builds against PHP 7.3

Once PHP 7.3-beta came out, the `nightly` build on Travis became PHP 7.4-dev and builds haven't been tested against PHP 7.3 for months now.

As of this week, Travis has (finally) made a PHP 7.3 alias available now RC3 is out, so I've added PHP 7.3 to the matrix.
jrfnl 6 年之前
父節點
當前提交
3c173702b5
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -23,13 +23,14 @@ php:
   - 7.0
   - 7.0
   - 7.1
   - 7.1
   - 7.2
   - 7.2
+  - 7.3
   - nightly
   - nightly
 
 
 matrix:
 matrix:
   include:
   include:
     - php: 5.3
     - php: 5.3
       dist: precise
       dist: precise
-    - php: 7.2
+    - php: 7.3
       env: deps=high
       env: deps=high
   fast_finish: true
   fast_finish: true
   allow_failures:
   allow_failures: