Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/laravel-10'
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 committed Feb 15, 2023
2 parents 9ee53d0 + 4eb4510 commit bc5c219
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
strategy:
fail-fast: false
matrix:
laravel: [9]
laravel: [9, 10]
php: ["8.0", 8.1, 8.2]
exclude:
- php: "8.0"
laravel: 10

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"license": "MIT",
"require": {
"php": "^8.0",
"laravel/framework": "^9.0.1",
"laravel/framework": "^9.0.1|^10.0",
"postal/postal": "^1.0.1"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^7.0|^8.0",
"nunomaduro/larastan": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit bc5c219

Please sign in to comment.