From b251f686fab044d00503350757b1c0329bbe489a Mon Sep 17 00:00:00 2001 From: Gabeta Soro Date: Tue, 2 Feb 2021 12:11:04 +0000 Subject: [PATCH] php 8 test --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e4abe1..0680a5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,12 @@ dist: trusty # Versions of PHP you want your project run with. php: - - 5.5 - - 5.6 - - 7.1 - - 7.3 - - 7.4 + #- 5.5 + #- 5.6 + #- 7.1 + #- 7.3 + #- 7.4 + - 8.0 # Commands to be run before your environment runs.