Skip to content

Commit 8b58a2b

Browse files
committed
fix: redo PHP7 removal
1 parent 5b3fe1f commit 8b58a2b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [8.3, 8.2, 8.1, 8.0, 7.4]
13+
php: [8.3, 8.2, 8.1, 8.0]
1414
stability: [prefer-lowest, prefer-stable]
1515

1616
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "Simple trait to check ownership of models/objects",
44
"keywords": ["laravel", "ownership", "ownable", "owns"],
55
"require": {
6-
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
7-
"illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
8-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
6+
"php": "^8.0|^8.1|^8.2|^8.3",
7+
"illuminate/database": "^9.0|^10.0|^11.0|^12.0",
8+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
99
"laravel/legacy-factories": "^1.3"
1010
},
1111
"require-dev": {
12-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
12+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
1313
"phpunit/phpunit": "^9.0|^10.0|^11.0"
1414
},
1515
"autoload": {

0 commit comments

Comments
 (0)