From 287b47811dcfc0b0b7575157fd102c5e1d3e9571 Mon Sep 17 00:00:00 2001 From: Roman Dmitrienko Date: Sat, 23 Dec 2023 18:17:07 +1000 Subject: [PATCH] [CI] Update PHP versions in .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d776880..0fba0f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ language: php # Versions of PHP you want your project run with. php: - - 5.6 - - 7.0 - - 7.1 + - 7.4 + - 8.0 + - 8.1 # Commands to be run before your environment runs. before_script: