dev: add test bench version

This commit is contained in:
mahdi msr 2025-09-29 04:08:28 +03:30
parent 3846263eb6
commit cf59fc1e59
1 changed files with 3 additions and 0 deletions

View File

@ -23,8 +23,11 @@ jobs:
stability: [prefer-stable] stability: [prefer-stable]
include: include:
- laravel: 12.* - laravel: 12.*
testbench: 10.*
- laravel: 11.* - laravel: 11.*
testbench: 9.*
- laravel: 10.* - 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 }}