allow PHP 8.4 (#5173)

This commit is contained in:
Kevin Papst
2024-11-21 23:00:00 +01:00
committed by GitHub
parent 0c26a2678e
commit 406ac7b9cb
3 changed files with 4 additions and 4 deletions

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']
php: ['8.1', '8.2', '8.3', '8.4']
name: Integration (${{ matrix.php }})
steps: