Skip to content

Commit

Permalink
Improved Schema setup and handling (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
arietimmerman committed Jul 5, 2024
1 parent f72963d commit 38d4eec
Show file tree
Hide file tree
Showing 41 changed files with 4,633 additions and 2,823 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:
continue-on-error: true
strategy:
matrix:
php: [7.3, 7.4, 8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2]
laravel: [7.*, 8.*, 9.*, 10.*, 11.*]
exclude:
- laravel: 7.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.0|^8.0",
"php": "^8.0",
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0",
Expand Down
Loading

0 comments on commit 38d4eec

Please sign in to comment.