dev: update run-tests.yml

This commit is contained in:
mahdi msr 2025-09-29 03:40:55 +03:30
parent 9464eea4d3
commit 69b046be9f
1 changed files with 3 additions and 4 deletions

View File

@ -20,15 +20,14 @@ jobs:
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest]
php: [8.4, 8.3] php: [8.4, 8.3]
laravel: [12.*, 11.*] laravel: [12.*, 11.*]
stability: [prefer-lowest, prefer-stable] stability: [prefer-stable]
include: include:
- laravel: 12.* - laravel: 12.*
testbench: 10.*
- laravel: 11.* - laravel: 11.*
testbench: 9.* - laravel: 10.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}