Skip to content

Commit 38d4eec

Browse files
Improved Schema setup and handling (#72)
1 parent f72963d commit 38d4eec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4633
-2823
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
continue-on-error: true
99
strategy:
1010
matrix:
11-
php: [7.3, 7.4, 8.0, 8.1, 8.2]
11+
php: [8.0, 8.1, 8.2]
1212
laravel: [7.*, 8.*, 9.*, 10.*, 11.*]
1313
exclude:
1414
- laravel: 7.*

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.0|^8.0",
13+
"php": "^8.0",
1414
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0",
1515
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
1616
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0",

0 commit comments

Comments
 (0)