Skip to content

Commit

Permalink
Bump Laravel minimum to 10.25
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Mar 25, 2024
1 parent a7fdc18 commit ffb6bff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2, 8.1]
laravel: [11.*, 10.17.*]
laravel: [11.*, 10.25.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
carbon: ^3.0
- laravel: 10.17.*
testbench: 8.17.*
- laravel: 10.25.*
testbench: 8.*
carbon: ^2.63
exclude:
- laravel: 11.*
Expand Down

0 comments on commit ffb6bff

Please sign in to comment.