Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.61.1 to 3.62.0 #212

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
uses: actions/checkout@v4

- name: Pull
run: docker-compose pull --quiet
run: docker compose pull --quiet

- name: Build
run: docker-compose build --build-arg PHPVERSION=${{ matrix.php-version }}
run: docker compose build --build-arg PHPVERSION=${{ matrix.php-version }}

- name: Test
run: docker-compose run -e "PHP_CS_FIXER_IGNORE_ENV=True" lib composer ci
run: docker compose run -e "PHP_CS_FIXER_IGNORE_ENV=True" lib composer ci

- name: Upload coverage
uses: codecov/codecov-action@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@ composer require predis/predis
```

## How to Dev
`docker-compose build && docker-compose run lib composer ci` for launching tests
`docker compose build && docker compose run lib composer ci` for launching tests
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.