From 94fd5e0aedcb6f319a7adac983fcfb9ea7fc127b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germain=20Carr=C3=A9?= Date: Sat, 29 Jan 2022 05:26:00 +0100 Subject: [PATCH] Adding PHP 8.0 & 8.1 in travis build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Germain Carré git@germain.sh --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index fbad42e..e438a90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,10 @@ addons: - libcurl4-openssl-dev language: php +dist: focal php: + - 8.1.0 + - 8.0 - 7.4 before_script: