Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
lightszentip committed Jun 1, 2024
1 parent f8002aa commit 2e343ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,13 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php: [ 8.3,8.2 ]
laravel: [ 10.*,11.* ]
laravel: [ 10.* ]
stability: [ prefer-stable ]
include:
- laravel: 10.*
testbench: 8.*
pest: 2.*
- laravel: 11.*
testbench: 9.*
pest: 2.*


name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit 2e343ff

Please sign in to comment.