From 3364bee9b03d42cc554877524559a0cfab1ceeee Mon Sep 17 00:00:00 2001 From: Alizee-Me <82146409+Alizee-Me@users.noreply.github.com> Date: Fri, 23 Apr 2021 08:46:02 +0200 Subject: [PATCH] Add php 8.0 in travis test --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4ebb71..8587197 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,8 @@ php: - "7.1" - "7.2" - "7.3" - - "7.4" + - "7.4" + - "8.0" # The Symfony version implies that you require the full framework, not single components # Requiring single components is much harder to do... And probably not flexible enough, even if it's lighter. @@ -81,6 +82,8 @@ matrix: - php: "7.3" env: SYMFONY_VERSION="5.0.x" - php: "7.4" + env: SYMFONY_VERSION="5.0.x" + - php: "8.0" env: SYMFONY_VERSION="5.0.x" allow_failures: - php: "7.1"