Skip to content

Commit 7f4a008

Browse files
committed
Remove support for Laravel 6 & 7, along with PHP 7.2
1 parent 95fe2ac commit 7f4a008

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,10 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [7.2, 7.3, 7.4, "8.0", 8.1, 8.2, 8.3]
16-
laravel: [6, 7, 8, 9, 10, 11]
15+
php: [7.3, 7.4, "8.0", 8.1, 8.2, 8.3]
16+
laravel: [8, 9, 10, 11]
1717
stability: ["prefer-lowest", "prefer-stable"]
1818
exclude:
19-
- php: 7.2
20-
laravel: 8
21-
- php: 7.2
22-
laravel: 9
23-
- php: 7.2
24-
laravel: 10
25-
- php: 7.2
26-
laravel: 11
2719
- php: 7.3
2820
laravel: 9
2921
- php: 7.3

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
}
2626
},
2727
"require": {
28-
"php": "^7.2|~8.0.0|~8.1.0|~8.2.0|~8.3.0",
28+
"php": "^7.3|~8.0.0|~8.1.0|~8.2.0|~8.3.0",
2929
"ext-json": "*",
30-
"laravel/framework": "^6.0|^7.0|^8.74|^9.0|^10.0|^11.0"
30+
"laravel/framework": "^8.74|^9.0|^10.0|^11.0"
3131
},
3232
"require-dev": {
3333
"roave/security-advisories": "dev-master",
34-
"orchestra/testbench": "^4.0|^5.0|^6.4|^7.0|^8.0|^9.0",
34+
"orchestra/testbench": "^6.4|^7.0|^8.0|^9.0",
3535
"mockery/mockery": "^1.3.3",
3636
"phpunit/phpunit": "^8.0|^9.5.8|^10.4"
3737
},

0 commit comments

Comments
 (0)