Skip to content

Commit 68f10e2

Browse files
author
David Bohn
committed
Drop PHP 7.2
1 parent 6c0801c commit 68f10e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: [7.4, 7.3, 7.2]
15+
php: [7.4, 7.3]
1616
laravel: [6.*]
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "davidbohn/laravel-lazychunk",
33
"require": {
4-
"php": ">=7.2",
4+
"php": ">=7.3",
55
"illuminate/support": "^6.0|^7.0|^8.0",
66
"illuminate/database": "^6.0|^7.0|^8.0"
77
},

0 commit comments

Comments
 (0)