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
This commit is contained in:
Chris Burgess 2022-06-17 23:37:17 +12:00 committed by Aryess
parent ed0e429b1a
commit df5e341a80

View file

@ -2,8 +2,6 @@ dist: focal
language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1