Require PHP 7.4 as minimum version. Drop 7.3 support

This commit is contained in:
Jan Böhmer 2022-09-18 18:19:47 +02:00
parent efa4325836
commit 751eff3ef5
5 changed files with 180 additions and 256 deletions

View file

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
php-versions: [ '7.3', '7.4', '8.0', '8.1' ]
php-versions: [ '7.4', '8.0', '8.1' ]
db-type: [ 'mysql', 'sqlite' ]
env: