From ecd9c1088bf75eb142fcb78e087b62730f08178f Mon Sep 17 00:00:00 2001 From: Chris Burgess Date: Fri, 17 Jun 2022 23:37:17 +1200 Subject: [PATCH] chore: Remove support for PHP < 7.4 These are EOL PHP versions which don't pass Travis CI checks. They may still work, but they are no longer tested after this commit. Evidence: https://github.com/xurizaemon/matrix-php-sdk/runs/6935299663 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06e26f8..dc1718c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ dist: focal language: php php: - - 7.2 - - 7.3 - 7.4 - 8.0 - 8.1