1
0
mirror of synced 2025-03-10 14:56:11 +03:00

Merge pull request #7428 from Majkl578/php7.3

CI: Test against PHP 7.3
This commit is contained in:
Luís Cobucci 2018-10-14 09:39:26 +02:00 committed by GitHub
commit 4df3a4d436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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