Skip to content

Commit 37e0a87

Browse files
committed
Require PHP7.4
1 parent fbc9b29 commit 37e0a87

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php: [7.4, 7.3, 7.2]
17+
php: [7.4]
1818

1919
name: PHP${{ matrix.php }}
2020

@@ -32,8 +32,7 @@ jobs:
3232
coverage: none
3333

3434
- 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
35+
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --dev
3736

3837
- name: Run code quality checks
3938
run: vendor/bin/phpcs

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7",
13+
"php": ">=7.4",
1414
"illuminate/support": ">=4.1.0"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)