From 56439d97e576f06442fc8eb06896cdd9e406a7e3 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Tue, 24 Sep 2019 12:29:55 +0300 Subject: [PATCH] - adding 7.4 test to travis --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index e6ce35ac1..9524ee9ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,14 @@ after_success: jobs: include: + # Testing various PostgresSQL version + - stage: Test + php: 7.4snapshot + before_install: + - echo "Testing SQLite on 7.4" + script: + - vendor/bin/phpunit tests/ORM/Driver/SQLite + # Testing various PostgresSQL version - stage: Test php: 7.2