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.
2 parents 40b6d2f + 6485487 commit 19aca80Copy full SHA for 19aca80
.github/workflows/tests.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- php: ['7.3', '7.4']
+ php: ['7.3', '7.4', '8.0']
9
laravel: [6.*, 7.*, 8.*]
10
dependency-version: [prefer-stable]
11
include:
composer.json
@@ -53,7 +53,7 @@
53
}
54
},
55
"require": {
56
- "php": ">=7.3",
+ "php": "^7.3|^7.4|^8.0",
57
"ext-json": "*",
58
"ext-zip": "*",
59
"laravel/framework": "^6.0|^7.0|^8.0",
0 commit comments