1
0
Fork 0

🚀 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.
pull/7725/head
jrfnl 2018-10-16 17:44:04 +02:00 committed by Rob
parent 041028920f
commit 3c173702b5
1 changed files with 2 additions and 1 deletions

View File

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