dev: remove laravel 10 test support

This commit is contained in:
mahdi msr 2025-09-29 04:14:56 +03:30
parent 578fac70a0
commit 04ecce7bd7
1 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@ jobs:
testbench: 10.* testbench: 10.*
- laravel: 11.* - laravel: 11.*
testbench: 9.* testbench: 9.*
- laravel: 10.*
testbench: 8.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}