test laravel v12 with phpunit v11.5

This commit is contained in:
Younes ENNAJI
2025-02-26 09:12:41 +00:00
parent 99371ede9e
commit 47ad265fb4
+3 -3
View File
@@ -138,9 +138,9 @@ jobs:
fail-fast: false
matrix:
include:
- { laravel: 12.*, testbench: 10.*, php: 8.4, phpunit: 10.5.* }
- { laravel: 12.*, testbench: 10.*, php: 8.3, phpunit: 10.5.* }
- { laravel: 12.*, testbench: 10.*, php: 8.2, phpunit: 10.5.* }
- { laravel: 12.*, testbench: 10.*, php: 8.4, phpunit: 11.5.* }
- { laravel: 12.*, testbench: 10.*, php: 8.3, phpunit: 11.5.* }
- { laravel: 12.*, testbench: 10.*, php: 8.2, phpunit: 11.5.* }
- { laravel: 11.*, testbench: 9.*, php: 8.2, phpunit: 10.5.* }
name: laravel v${{ matrix.laravel }} x php v${{ matrix.php }}