add tests for laravel 12

This commit is contained in:
Younes ENNAJI
2025-02-26 09:10:27 +00:00
parent 6e8884d1d1
commit 99371ede9e
+3 -2
View File
@@ -138,8 +138,9 @@ jobs:
fail-fast: false
matrix:
include:
- { laravel: 11.*, testbench: 9.*, php: 8.4, phpunit: 10.5.* }
- { laravel: 11.*, testbench: 9.*, php: 8.3, phpunit: 10.5.* }
- { 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: 11.*, testbench: 9.*, php: 8.2, phpunit: 10.5.* }
name: laravel v${{ matrix.laravel }} x php v${{ matrix.php }}