Skip to content

Commit

Permalink
🚀 Build/Travis: test builds against PHP 7.3
Browse files Browse the repository at this point in the history
Once PHP 7.3-beta came out, the `nightly` build on Travis became PHP 7.4-dev and build haven't been tested against PHP 7.3 for months now.

Luckily, Travis has *finally* deemed it appropriate to set up a PHP 7.3 alias now RC3 is out, so I've added  PHP 7.3 to the matrix.
  • Loading branch information
jrfnl authored and frenck committed Oct 25, 2018
1 parent 236a983 commit 40a8fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: php

php:
- hhvm
- 7.3
- 7.1
- 7.0
- 5.6
Expand Down

0 comments on commit 40a8fa7

Please sign in to comment.