From 45ea3b44195dd9d2912afa5eaa1d9ed82f520833 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 4 Dec 2020 05:51:29 +0100 Subject: [PATCH] Travis: add build against PHP 8.0 PHP 8.0 has been branched off two months ago, so `nightly` is now PHP 8.1 and in the mean time PHP 8.0 was released last week. As of today, there is a PHP 8.0 image available on Travis. This PR adds a new build against PHP 8.0 to the matrix and, as PHP 8.0 has been released, that build is not allowed to fail. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fb01fdd..af54d4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ matrix: - php: 7.3 - php: 7.4 env: SNIFF=1 + - php: 8.0 - php: "nightly" fast_finish: true