Adding PHP 8.4 to the tests matrix (#6516)

This commit is contained in:
Mathias Grimm 2025-01-07 21:04:38 -03:00 committed by GitHub
parent f08e4f8bc5
commit 658a49a19e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
name: PHP ${{ matrix.php }}