Skip to content

Commit

Permalink
update: use dev versions in test matrix for Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonej committed Mar 8, 2024
1 parent 09b6967 commit 1f6f319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
laravel: [10.0, 11.0]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.0
testbench: 7.0
- laravel: 10.0
testbench: 8.0
- laravel: 11.x-dev
testbench: 9.x-dev
name: PHP ${{ matrix.php }} - Laravel v${{ matrix.laravel }} - ${{ matrix.stability }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 1f6f319

Please sign in to comment.