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

View File

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