From a995c83ce9cf06a26cdf45676a8c6477f5f73b73 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 12 Mar 2021 19:46:43 +0000 Subject: Use later versions of linux for travis builds --- .travis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a82b2a1b35..2501354e5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,13 @@ language: php -php: - - 7.3 - - 7.4 - - 8.0 +matrix: + include: + - php: 7.3 + dist: bionic + - php: 7.4 + dist: focal + - php: 8.0 + dist: focal ## Non-sudo environments are faster sudo: false -- cgit v1.3