We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f53e20 commit 7c1316eCopy full SHA for 7c1316e
.github/workflows/default.yml
@@ -11,7 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- php: [7.4, 7.3]
+ php: [7.4, 7.3, 7.2]
15
laravel: [8.*, 7.*, 6.*]
16
dependency-version: [prefer-lowest, prefer-stable]
17
os: [ubuntu-latest, windows-latest]
@@ -22,6 +22,9 @@ jobs:
22
testbench: 5.*
23
- laravel: 6.*
24
testbench: 4.*
25
+ exclude:
26
+ - laravel: 8.*
27
+ php: 7.2
28
29
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
30
composer.json
@@ -16,7 +16,7 @@
}
],
18
"require": {
19
- "php": ">=7.3",
+ "php": ">=7.2",
20
"illuminate/config": "^6.0|^7.0|^8.0",
21
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
0 commit comments