Skip to content

Commit 7c1316e

Browse files
committed
return support for php 7.2 back
1 parent 6f53e20 commit 7c1316e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/default.yml

Lines changed: 4 additions & 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]
14+
php: [7.4, 7.3, 7.2]
1515
laravel: [8.*, 7.*, 6.*]
1616
dependency-version: [prefer-lowest, prefer-stable]
1717
os: [ubuntu-latest, windows-latest]
@@ -22,6 +22,9 @@ jobs:
2222
testbench: 5.*
2323
- laravel: 6.*
2424
testbench: 4.*
25+
exclude:
26+
- laravel: 8.*
27+
php: 7.2
2528

2629
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2730

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.3",
19+
"php": ">=7.2",
2020
"illuminate/config": "^6.0|^7.0|^8.0",
2121
"illuminate/console": "^6.0|^7.0|^8.0",
2222
"illuminate/support": "^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)