Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
umutphp committed Mar 12, 2023

Verified

This commit was signed with the committer’s verified signature.
booc0mtaco Holloway
1 parent 60ed596 commit b0e9625
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-new-versions.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1]
laravel: [8.*]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
2 changes: 1 addition & 1 deletion .github/workflows/tests-old-versions.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0]
laravel: [8.*]
laravel: [9.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*

0 comments on commit b0e9625

Please sign in to comment.