From 337a622fcb9fe1875efcf86199618f50fe6f1d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= <33033094+stancl@users.noreply.github.com> Date: Wed, 27 Feb 2019 20:25:02 +0100 Subject: [PATCH] Use php 7.2 instead of 7.1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5edacf55..f92d5e2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ env: language: php php: - - '7.1' + - '7.2' services: - mysql @@ -25,4 +25,4 @@ before_script: script: vendor/bin/phpunit -v --coverage-clover=coverage.xml after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash)