Removed tests for PHP 7.4 and PHP 8.0

This commit is contained in:
Jan Böhmer 2023-05-27 20:06:44 +02:00
parent 9c4e9066f9
commit 4e9d93957e

View file

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