Merge pull request #223 from php-flasher/laravel-12

add tests for laravel 12
This commit is contained in:
Younes ENNAJI
2025-02-26 09:14:46 +00:00
committed by GitHub
+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: 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 }}