Run phpunit tests with PHP8.5

This commit is contained in:
Jan Böhmer 2025-09-21 23:51:36 +02:00
parent da30a6657e
commit 6b1e7b3544

View file

@ -21,7 +21,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
php-versions: ['8.2', '8.3', '8.4' ] php-versions: ['8.2', '8.3', '8.4', '8.5' ]
db-type: [ 'mysql', 'sqlite', 'postgres' ] db-type: [ 'mysql', 'sqlite', 'postgres' ]
env: env: