From d922876c697a8736a128fbffdfdb7a373000b725 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 20 Sep 2022 18:52:41 +0200 Subject: [PATCH] Fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 167b88cdebd..57977255396 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ jobs: include: - stage: PHP 7.0-7.4 if: type = push - php: '7.0' + php: '7.1' env: DB=postgresql - stage: PHP 7.0-7.4 if: type = pull_request OR type = push