Skip to content

Commit

Permalink
Update laravel versions to include 11.* and stability preference to p…
Browse files Browse the repository at this point in the history
…refer-stable.
  • Loading branch information
murdercode committed Mar 1, 2024
1 parent f26bbdb commit c5c8a56
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,8 +18,8 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest ]
php: [ 8.3, 8.2, 8.1 ]
laravel: [ 10.* ]
stability: [ prefer-lowest, prefer-stable ]
laravel: [ 10.*, 11.* ]
stability: [ prefer-stable ]
include:
- laravel: 10.*
testbench: 8.*
Expand Down

0 comments on commit c5c8a56

Please sign in to comment.