Skip to content

Commit c529b1c

Browse files
author
bryanadamloh97
committed
Modify github actions config
1 parent 736afc1 commit c529b1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: |
3737
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
38-
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
38+
composer update --prefer-dist --no-interaction --no-suggest
3939
4040
- name: Execute tests
4141
run: vendor/bin/phpunit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^7.2",
26+
"php": "^7.2|^8.0",
2727
"guzzlehttp/guzzle": "^6.2 || ^7.0",
2828
"guzzlehttp/promises": "^1.0",
2929
"guzzlehttp/psr7": "^1.4",

0 commit comments

Comments
 (0)