From 3295128278e78c184f10c4dcf422ee593eb10b3e Mon Sep 17 00:00:00 2001 From: Warrick Bayman Date: Mon, 30 Nov 2020 08:46:25 +0200 Subject: [PATCH] Travis doesn't support PHP 8 yet. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b167df4..4c09c92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: php php: - '7.4' - - '8.0' +# - '8.0' for when PHP 8 is supported on Travis CI. before_script: - travis_retry composer update