Skip to content

Commit

Permalink
Merge pull request doctrine#7428 from Majkl578/php7.3
Browse files Browse the repository at this point in the history
CI: Test against PHP 7.3
  • Loading branch information
lcobucci authored Oct 14, 2018
2 parents 7319f52 + 8129894 commit 4df3a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ language: php
php:
- 7.1
- 7.2
- 7.3
- nightly

env:
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:

- stage: Test
if: type = cron
php: 7.3
env: DB=sqlite DEV_DEPENDENCIES
install:
- composer config minimum-stability dev
Expand Down

0 comments on commit 4df3a4d

Please sign in to comment.