Skip to content

Commit

Permalink
Update Testbench versions for Laravel 9 & 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tvup committed Jul 27, 2024
1 parent a96fc14 commit cfc877e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 8.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 8.*
testbench: 9.*

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

Expand Down

0 comments on commit cfc877e

Please sign in to comment.