Skip to content

Commit 3ffaf14

Browse files
committed
drop support for php 7.2
1 parent 7c7de23 commit 3ffaf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

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

1212
strategy:
1313
matrix:
14-
php: [7.4, 7.3, 7.2]
14+
php: [7.4, 7.3]
1515
laravel: [8.*, 7.*, 6.*]
1616
dependency-version: [prefer-lowest, prefer-stable]
1717
os: [ubuntu-latest, windows-latest]

0 commit comments

Comments
 (0)