run CI also for php 8.5

This commit is contained in:
Kevin Papst
2025-12-25 12:20:56 +01:00
parent 7e72f144cb
commit 27c2b912f7

View File

@@ -19,7 +19,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
php: ['8.1', '8.2', '8.3', '8.4']
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
name: Integration (${{ matrix.php }})
steps: