Run tests on PHP 8.2

This commit is contained in:
Jan Böhmer 2022-12-11 14:46:39 +01:00
parent 1ef41d6f53
commit b90b6d7853

View file

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