From 527ab23268a3e61d78df61d645bf6aa33b0850e5 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 4 Dec 2020 06:28:56 +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 e7422193d..596d67f52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,7 @@ jobs: - php: 7.2 - php: 7.3 - php: 7.4 + - php: 8.0 - php: nightly allow_failures: