Adds new test configurations

Introduces new test configurations for Symfony 8.0 with PHP 8.4 and Symfony 7.4 with PHP 8.2, ensuring broader compatibility and comprehensive testing coverage.
This commit is contained in:
Younes ENNAJI
2025-11-10 15:35:22 +01:00
parent c454fbc768
commit bde270a483
+2
View File
@@ -96,6 +96,8 @@ jobs:
fail-fast: false
matrix:
include:
- { symfony: 8.0.*, php: 8.4, phpunit: 10.5.* }
- { symfony: 7.4.*, php: 8.2, phpunit: 10.5.* }
- { symfony: 7.3.*, php: 8.5, phpunit: 10.5.* }
- { symfony: 7.3.*, php: 8.4, phpunit: 10.5.* }
- { symfony: 7.3.*, php: 8.3, phpunit: 10.5.* }