Skip to content

Commit

Permalink
system: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lightszentip committed Jun 1, 2024
1 parent e09e901 commit bce3531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
stability: [ prefer-stable ]
include:
- laravel: 10.*
testbench: 9.*
testbench: 10.*
pest: 2.*
- laravel: 11.*
testbench: 9.*
testbench: 10.*
pest: 2.*

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

0 comments on commit bce3531

Please sign in to comment.