Skip to content

Commit f1fa163

Browse files
authored
Merge pull request #9 from run-as-root/feature/php82-composer-dependency
Feature/php82 composer dependency
2 parents 58bf72a + 6dbfb4c commit f1fa163

File tree

2 files changed

+1
-1638
lines changed

2 files changed

+1
-1638
lines changed

.github/workflows/php-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
coverage: none
2424
- name: Install dependencies
2525
run: |
26-
rm composer.lock && composer install --no-interaction --prefer-dist
26+
composer install --no-interaction --prefer-dist
2727
- name: Run tests
2828
run: |
2929
if [ -f vendor/bin/phpunit ]; then

0 commit comments

Comments
 (0)