From df5e341a80ebca783be50d93b8842f7b91d1b0a6 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