Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
geisi committed Feb 25, 2024
1 parent fbaa088 commit cc3518f
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 @@ -14,14 +14,14 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
laravel: ["^11.0", "^10.0", "^9.0"]
laravel: ["^11.0", "^10.0", "^9.38"]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: "^11.0"
testbench: 9.*
- laravel: "^10.0"
testbench: 8.*
- laravel: "^9.0"
- laravel: "^9.38"
testbench: 7.*
exclude:
- laravel: "^11.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^8.1",
"illuminate/contracts": "^9.38|^10.0|^11.0",
"spatie/laravel-package-tools": "^1.14.0",
"symfony/mailer": "^6.0"
"symfony/mailer": "^6.0|^7.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.5",
Expand Down

0 comments on commit cc3518f

Please sign in to comment.