Skip to content

Commit

Permalink
Laravel 10 or 11 only
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Apr 11, 2024
1 parent 388f6cb commit a9f60bb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*, 11.*]
php: [8.2, 8.3]
laravel: [10.*, 11.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
framework: ^9.0
testbench: 7.*
- laravel: 10.*
framework: ^10.0
testbench: 8.*
Expand Down

0 comments on commit a9f60bb

Please sign in to comment.