From cf8a1773b7e0e4c287cadc1765d665c0ac4e2299 Mon Sep 17 00:00:00 2001 From: Anthony Chambers Date: Tue, 1 Dec 2020 10:57:40 +0000 Subject: [PATCH] chore: updating travis config to test on php 8.0 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d4b26a1..f5f9673 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ php: - 7.2 - 7.3 - 7.4 +- 8.0 install: - travis_retry composer install --no-interaction --prefer-source