From 835087cd3f17e7433a410529ff7a8568488cc165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 11 Dec 2019 20:33:38 +0100 Subject: [PATCH] Travis: Test against php 7.4 release version. --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ede2849..9c89fc88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ php: - '7.1' - '7.2' - '7.3' - - '7.4snapshot' + - '7.4' install: - composer install @@ -40,6 +40,4 @@ after_success: - bash <(curl -s https://codecov.io/bash) matrix: - fast_finish: true - allow_failures: - - php: 7.4snapshot \ No newline at end of file + fast_finish: true \ No newline at end of file