Skip to content

Commit

Permalink
Remove support for older Laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelNitsche committed Feb 4, 2023
1 parent 6f04de4 commit 2db01ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
php: [8.0, 8.1]
php: [8.1]
stability: [prefer-lowest, prefer-stable]

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
}
],
"require": {
"php": "^8.0",
"laravel/framework": "^9.0|^10.0",
"php": "^8.1",
"laravel/framework": "^10.0",
"ramsey/uuid": "^4.0"
},
"autoload": {
Expand All @@ -24,7 +24,7 @@
}
},
"require-dev": {
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.3",
"mockery/mockery": "^1.4"
},
Expand Down

0 comments on commit 2db01ca

Please sign in to comment.