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 5f84eb5 commit 1024ed9
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]
database: [mysql, pgsql, sqlite, sqlsrv]
release: [stable, lowest]
include:
Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
environment:
php: 8.1
php: 8.2
tools:
external_code_coverage:
runs: 4
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
}
],
"require": {
"php": "^8.0.2",
"illuminate/database": "^9.0"
"php": "^8.1",
"illuminate/database": "^10.0"
},
"require-dev": {
"orchestra/testbench": "^7.0",
"nesbot/carbon": "^2.62.1"
"orchestra/testbench": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1024ed9

Please sign in to comment.