Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 13, 2022
1 parent c28aa4e commit 3bdb827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [ubuntu-latest]
php: [8.1, 8.0]
laravel: [9.*]
dependency-version: [prefer-lowest, prefer-stable]
dependency-version: [prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -19,8 +19,7 @@
"illuminate/filesystem": "^9.0",
"illuminate/mail": "^9.0",
"illuminate/support": "^9.0",
"spatie/laravel-package-tools": "^1.11",
"symfony/mime": "^6.0"
"spatie/laravel-package-tools": "^1.11"
},
"require-dev": {
"orchestra/testbench": "^7.0",
Expand Down

0 comments on commit 3bdb827

Please sign in to comment.