Skip to content

Commit eb3f5be

Browse files
authored
use update instead of install for dependency installation
this is probably better considering a range of php versions
1 parent b557511 commit eb3f5be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
php-version: ${{ matrix.php-version }}
2121

2222
- name: Install dependencies
23-
run: composer install --prefer-source --no-interaction --dev
23+
run: composer update --prefer-source --no-interaction --dev
2424

2525
- name: Run tests
2626
run: vendor/bin/phpspec run --no-interaction

0 commit comments

Comments
 (0)