Skip to content

Commit a8a33fb

Browse files
committed
chore: Remove support for php <7.4
1 parent 4002b77 commit a8a33fb

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [7.2, 7.3, 7.4, 8.0, 8.1]
17+
php: [7.4, 8.0, 8.1]
1818
laravel: [6.*, 7.*, 8.*, 9.*]
1919
os: [ubuntu-latest]
2020
coverage: [none]
@@ -24,12 +24,6 @@ jobs:
2424
os: ubuntu-latest
2525
coverage: xdebug
2626
exclude:
27-
- php: 7.2
28-
laravel: 8.*
29-
- php: 7.2
30-
laravel: 9.*
31-
- php: 7.3
32-
laravel: 9.*
3327
- php: 7.4
3428
laravel: 9.*
3529

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^7.2|^8.0",
26+
"php": "^7.4|^8.0",
2727
"illuminate/auth": "^5.2|^6|^7|^8|^9",
2828
"illuminate/contracts": "^5.2|^6|^7|^8|^9",
2929
"illuminate/http": "^5.2|^6|^7|^8|^9",

0 commit comments

Comments
 (0)