Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Laravel 10, add Psalm, add PHP-CS-Fixer (PSR12) #3

Merged
merged 7 commits into from
Feb 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing pairs for testing
alies-dev committed Feb 27, 2024

Verified

This commit was signed with the committer’s verified signature.
alies-dev Alies Lapatsin
commit febfb61e81833fc02a211c6b488e1c5a15a9fb0b
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,11 @@ jobs:
laravel: [10.*, 9.*]
dependency-version: [prefer-lowest]
os: [ubuntu-latest]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
exclude:
- php: 7.4
laravel: 10.*