Skip to content

Commit

Permalink
Require PHP7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Flynsarmy committed Mar 30, 2020
1 parent fbc9b29 commit 37e0a87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php: [7.4, 7.3, 7.2]
php: [7.4]

name: PHP${{ matrix.php }}

Expand All @@ -32,8 +32,7 @@ jobs:
coverage: none

- name: Install Dependencies (PHP vendors)
#run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --dev
run: composer install
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --dev

- name: Run code quality checks
run: vendor/bin/phpcs
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=7",
"php": ">=7.4",
"illuminate/support": ">=4.1.0"
},
"autoload": {
Expand Down

0 comments on commit 37e0a87

Please sign in to comment.