Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Halil Cosdu committed Apr 16, 2024
1 parent 96c59ec commit f2fc441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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,10 +18,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2]
laravel: [10.*]
laravel: [11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
- laravel: 11.*
testbench: 8.*
carbon: ^2.63

Expand Down
2 changes: 1 addition & 1 deletion src/LogWeaver.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private function validateParameters(): void
'log_resource' => ['required', 'in:system,event'],
'description' => ['required', 'string'],
'directory' => ['string'],
'disk' => ['string'],
'disk' => ['string', 'in:s3,local,ftp,sftp'],
'content' => ['required', 'array'],
];

Expand Down

0 comments on commit f2fc441

Please sign in to comment.