We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc9b29 commit 37e0a87Copy full SHA for 37e0a87
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
15
strategy:
16
matrix:
17
- php: [7.4, 7.3, 7.2]
+ php: [7.4]
18
19
name: PHP${{ matrix.php }}
20
@@ -32,8 +32,7 @@ jobs:
32
coverage: none
33
34
- name: Install Dependencies (PHP vendors)
35
- #run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --dev
36
- run: composer install
+ run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --dev
37
38
- name: Run code quality checks
39
run: vendor/bin/phpcs
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": ">=7",
+ "php": ">=7.4",
"illuminate/support": ">=4.1.0"
},
"autoload": {
0 commit comments