1
0
mirror of synced 2025-02-02 13:31:45 +03:00

CI: Test against PHP 7.3

This commit is contained in:
Michael Moravec 2018-10-13 20:33:26 +02:00
parent 7319f524a3
commit 812989490c
No known key found for this signature in database
GPG Key ID: 946F139F96C1C1B5

View File

@ -5,6 +5,7 @@ language: php
php:
- 7.1
- 7.2
- 7.3
- nightly
env:
@ -57,6 +58,7 @@ jobs:
- stage: Test
if: type = cron
php: 7.3
env: DB=sqlite DEV_DEPENDENCIES
install:
- composer config minimum-stability dev