Skip to content

Commit

Permalink
Support Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Jan 18, 2023
1 parent 98e880f commit e777027
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php: [8.2, 8.1, 8.0]
php: [8.2, 8.1]
release: [stable, lowest]
include:
- php: 8.2
Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
environment:
php: 8.1
php: 8.2
tools:
external_code_coverage: true
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
}
],
"require": {
"php": "^8.0.2",
"illuminate/database": "^9.0"
"php": "^8.1",
"illuminate/database": "^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"nesbot/carbon": "^2.62.1"
"phpunit/phpunit": "^9.5.27"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e777027

Please sign in to comment.