Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
  • Loading branch information
lloricode committed Aug 10, 2024
1 parent eec428a commit 3b177b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
php: [8.3, 8.2]
laravel: [^11.15]
stability: [prefer-lowest, prefer-stable]
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
],
"require": {
"php": "^8.2",
"filament/filament": "^3.2.98",
"filament/filament": "^3.0",
"illuminate/contracts": "^11.15",
"spatie/laravel-package-tools": "^1.16.4",
"spatie/laravel-package-tools": "^1.16",
"spatie/laravel-permission": "^6.9"
},
"require-dev": {
Expand Down

0 comments on commit 3b177b3

Please sign in to comment.